-
Is it possible to connect to default namespace but emit/listen on different namespaces ? |
Beta Was this translation helpful? Give feedback.
Answered by
devamin
Dec 17, 2022
Replies: 1 comment
-
After some debugging, you have to instantiate a new socket with specific namespace, the instantiation will not initialize a new websocket instead it will be using a single/main websocket. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devamin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some debugging, you have to instantiate a new socket with specific namespace, the instantiation will not initialize a new websocket instead it will be using a single/main websocket.