SocketIOSharp icon indicating copy to clipboard operation
SocketIOSharp copied to clipboard

Can we use namespaces?

Open kswiatkowski opened this issue 4 years ago • 1 comments

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?

kswiatkowski avatar Jun 02 '21 06:06 kswiatkowski

https://github.com/uhm0311/SocketIOSharp/pull/19

ghqian avatar Feb 03 '22 03:02 ghqian