joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 970 forks source link

How to keep Client always connected #107

Open butimran opened 5 years ago

butimran commented 5 years ago

after sending message from client to WS Server, Client receive the response and disconnect. fot to keep client always connected.