You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure how to test it except by hand (which I did), by turning the server on and off.
Also, the connected? method is useful to avoid stacking up commands. Clients can then decide not to send additional data if the server is not connected.
Let me know if you can integrate it!
The text was updated successfully, but these errors were encountered:
Hey,
Here is a patch to allow for reconnection : http://gist.github.com/524175
I'm not really sure how to test it except by hand (which I did), by turning the server on and off.
Also, the connected? method is useful to avoid stacking up commands. Clients can then decide not to send additional data if the server is not connected.
Let me know if you can integrate it!
The text was updated successfully, but these errors were encountered: