We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dcebb commit 5997209Copy full SHA for 5997209
src/synchronizers/synchronizer-ws-server/index.ts
@@ -149,8 +149,8 @@ export const createWsServer = (<
149
createServerClient(pathId);
150
shouldStartServerClient = 1;
151
}
152
- callListeners(clientIdListeners, [pathId], clientId, 1);
153
mapSet(clients, clientId, webSocket);
+ callListeners(clientIdListeners, [pathId], clientId, 1);
154
155
const messageHandler = getMessageHandler(clientId, pathId);
156
webSocket.on('message', (data) => messageHandler(data.toString(UTF8)));
0 commit comments