hapijs / nes

WebSocket adapter plugin for hapi routes
Other
503 stars 87 forks source link

Are sticky sessions required when using node cluster? #187

Closed gerenrot closed 7 years ago

gerenrot commented 7 years ago

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)

hueniverse commented 7 years ago

Websocket keeps a TCP connection open so there should not be any need for that.

lock[bot] commented 4 years ago

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.