Closed
Description
At the moment the client will persist a connection to the server even if there is no active RPCs. Ideally the client should disconnect when the connection becomes idle after 5 minutes of inactivity, for example. On starting an RPC the client should re-establish a connection to the server.