Skip to content

Demo Chat from Main Site doesn't work #2743

Closed
@TilliWilli5

Description

@TilliWilli5

Address http://socket.io/demos/chat/
nor Firefox, nor Chrome cant handle it

socketiobug

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions