Open urieluvd opened 8 years ago
Can you may be provide a full gist to reproduce your case? And I need a bit more of information.
What does really happen. Just keep always in mind if you open an issue, no matter where: Be as verbose as possible, otherwise the ones working on your issue will have a hard time to figure out what your problem actually is.
If you could provide a full gist that proofable reproduces your case, that would be awesome already, currently I can't see anything in the information you provided yet, as there are neither any logs posted nor full examples of the relevant code. You have posted an example where I can just see you requiring this module, but not actually seeing you using it.
As soon as you provide enough information, I will give this another look and will try to help you.
Node v6.6.0, Socket-io-sticky-session 0.4.2 Windows 10 64-bit
I have a script with multiple socket.io instances
I use them as a module to run them with
cluster
This works fine. But when I try to use sticky session it restarts over and over until it throws this
\nodejs\node.exe: c:\ws\src\stream_base.h:217: Assertion
(consumed_) == (false)' failed.`I used the basic example
Is my implementation wrong?