naught
naught copied to clipboard
Naught + Socket.io
Hi,
I try to use naught on my project. This project was a webapp with an extensive use of websocket connection based on the lib socket.io.
The code works well when I use recluster for multiple worker but with naught the websocket connection is really unstable (many failed and disconnect).
Have you ever seen this behavior?
Thanks a lot for your help
I just tested naught with websockets and it worked fine.
The reason AFAICT is because the new socket.io relies on sticky sessions for multi-node support (see http://socket.io/docs/using-multiple-nodes/).
Is there a possibility of adding support for sticky sessions?
Are sticky sessions supported?
Lack of support for sticky websocket sessions is the only feature keeping me from using naught. Would you consider adding support or accept a pull request using sticky-session or sticky-cluster?