-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Demo Chat from Main Site doesn't work #2743
Comments
Same here. |
Same |
same yo. |
Seems like weplay.io and socket.computer is down too |
It is not working for me as well. |
Aaaand same here.. Would be nice to see it up and working again. |
Any update on this? |
same here |
That should be fixed now, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Address http://socket.io/demos/chat/
nor Firefox, nor Chrome cant handle it
This file http://chat.socket.io/socket.io/socket.io.js has bad ending:
...
if (this.backoff.attempts >= this._reconnectionAttempts) {
debug('reconnect failed');
this.backoff.reset();
this.emitAll('reconnect_failed');
this.reconnecting = false;
} else {
var delay = this.backoff.durati
This is the last line in the file - maybe its the reason
The text was updated successfully, but these errors were encountered: