Closed gerenrot closed 7 years ago
Websocket keeps a TCP connection open so there should not be any need for that.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
It seems that the dependency ws package does not need sticky sessions. It also looks like nes is only maintaining state per connection. Does this mean sticky sessions are not required?
(I am aware that an adapter is required to publish messages between node instances but that's a different issue)