Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphql): resolve duplicate events on socket reconnect
Resolved an issue in WebSocketClient where multiple listeners were added to `waitForConnectedState` when socket reconnects after subscription been requtesed with disconnected socket, causing duplicate events to be received by subscriptions.
- Loading branch information