ekumenlabs / rocon_web_proxy_server

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

Disconnect bound client if corresponding proxy reconnects #46

Open adamantivm opened 9 years ago

adamantivm commented 9 years ago

When a proxy client disconnects form the proxy server, all Web Clients which are bound to this proxy client should be forced disconnected. This is the same that would happen if the proxy client was a regular rosbridge websocket server and it got disconnected for some reason.

related to #45