Describe the bug
Let's imagine that we open two sockets to the same path but with different namespaces. Here we see only one connection with the multiplex. Everything is OK.
Next, we will disconnect from one of the sockets, and after some time we will open it again. I expect no new connection will be created.
Describe the bug Let's imagine that we open two sockets to the same path but with different namespaces. Here we see only one connection with the multiplex. Everything is OK. Next, we will disconnect from one of the sockets, and after some time we will open it again. I expect no new connection will be created.
To Reproduce
Socket.IO java client version:
1.x
Client
Expected behavior
Single connection is reused