Skip to content

After an error closes the websocket, a connection is not re-established #575

Description

@boxmein

Current behavior

In the GraphQL Subscriptions interface a WebSocket is opened for subscription traffic. However, when the WebSocket closes due to an error, it will not be re-opened.

This may lead to lost update messages as there isn't a mechanism that reopens the WebSocket.

Expected behavior

The library continues to try and re-establish the connection to the backend, until there are no more subscribers left.

Metadata

Metadata

Assignees

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