Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels