Closes the shared multiplexed connection, if one is open, terminating any RPCs still running on it. The transport remains usable: the next RPC dials a new connection. Useful outside the browser (tests, CLI tools), where an open WebSocket keeps the process alive.
A connect-es Transport carrying streaming RPCs over WebSocket, plus control over the shared multiplexed connection.