Skip to content

Does not retry connecting through websocket on a connection error #110

@scottinet

Description

@scottinet

The current implementation of the "onclose" event on a WebSocket connection does not check the WebSocket close event code.

This means that if a connection closes with any other code than 1000, the SDK still consider this event as a normal disconnection and does not retry connecting automatically.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions