You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
I have not found a solution to this problem (https://socket.io/docs/v3/namespaces/index.html).
For example socket.io client send:
io.of("/orders").on("connection", (socket) => { ......
Can I pick up a message from this namespace?
The text was updated successfully, but these errors were encountered:
I have not found a solution to this problem (https://socket.io/docs/v3/namespaces/index.html).
For example socket.io client send:
io.of("/orders").on("connection", (socket) => { ......
Can I pick up a message from this namespace?
The text was updated successfully, but these errors were encountered: