Skip to content

Commit

Permalink
fix: Fix the problem described at mrniko#983
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtian99 committed Dec 11, 2024
1 parent c4ca71e commit 8f6c11c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void connect(ClientHead client) {
configuration.getStoreFactory().pubSubStore().publish(PubSubType.CONNECT, new ConnectMessage(client.getSessionId()));

SocketIOClient nsClient = client.addNamespaceClient(ns);
ns.onConnect(nsClient);
// ns.onConnect(nsClient);
}
}

Expand Down

0 comments on commit 8f6c11c

Please sign in to comment.