Skip to content

Typo at 120: Resulting in improper passing of protocol to socket #12

@eterna2

Description

@eterna2

line 120:

this.socket = $websocketBackend.createWebSocketBackend(this.url, this.protocol);

this.protocol should be this.protocols

this.socket = $websocketBackend.createWebSocketBackend(this.url, this.protocols);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions