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
When a new node is created with the same name as an exiting node, it will override that one and start receiving messages, the old one should disconnect as it is now doing nothing.
Code or steps to reproduce
Using the hello.js/world.js example, you can add this to the server (hello.js)
Describe the issue
When a new node is created with the same name as an exiting node, it will override that one and start receiving messages, the old one should disconnect as it is now doing nothing.
Code or steps to reproduce
Using the hello.js/world.js example, you can add this to the server (hello.js)
and then, in the client (world.js)
next, start the server, and run the world.js file twice
Expected and actual behavior
Further details
The text was updated successfully, but these errors were encountered: