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
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
The text was updated successfully, but these errors were encountered: