I'm trying to develop a a chat application demo that has multiple rooms. Difference here to many Node.js + socket.io demos is that each room is its own process on its own port.
hosts:
THE PROBLEM When my script is set to keep connection to both rooms/hosts simultaneously, connection fails.
Both rooms/hosts work just fine on their own, but together they fail and no messages can be sent to neither one of them.