SocketIOSharp
SocketIOSharp copied to clipboard
Can we use namespaces?
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?
https://github.com/uhm0311/SocketIOSharp/pull/19