Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto reconnect for WebSockets #3

Closed
scothis opened this issue Dec 13, 2012 · 1 comment
Closed

Auto reconnect for WebSockets #3

scothis opened this issue Dec 13, 2012 · 1 comment

Comments

@scothis
Copy link
Member

scothis commented Dec 13, 2012

WebSocket connections can drop due to network blips, or proxies/routers that do not fully understand web sockets. When the connection terminates, the socket is permanently closed.

Many times a user will want to automatically reconnect unless they explicitly closed the socket.

An exponential back off should be used for cases where the network link/server is down.

@scothis
Copy link
Member Author

scothis commented Sep 6, 2013

closing in favor of #24

@scothis scothis closed this as completed Sep 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant