ekumenlabs / rocon_web_proxy_server

Server component of the Rocon Web Proxy
0 stars 3 forks source link

Make client to server proxy connection robust to reconnections #17

Open adamantivm opened 9 years ago

adamantivm commented 9 years ago

If the proxy server is started after the proxy client, or if the server is restarted after the client was already connected, the proxy client should be able to automatically retry and reconnect

pablisho commented 9 years ago

@adamantivm There's no way that the server could tell the client that it's up again. So if there's no server available, the client should be trying again and again?

adamantivm commented 9 years ago

I am not too familiar with the Tornado WS client API, but other such clients have configuration parameters that allow reconnection, retries, etc.