What would be the best way to establish an rpc websocket connection from a client to a server. But to have the rpc command's go the opposite way? Once the connection is established, the server calls the client.
I'm just wondering if this is the best way to do it?