Dynamic namespaces randomly fail to dispatch #4551
Unanswered
iliasmentz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a socket.io server that has two dynamic namespaces:
Although this seems to work fine in the beginning, after a while, one of them (not a specific one) stops dispatching the events. It happens only to one of the dynamic namespaces, meaning only the namespace
/1
or the/1/venue
stops dispatching events. Namespaces/3
and/3/venue
work without an issue.I also enabled the socket.io logs and I see this (example where naming
/1
stopped working:/1/venue
working (you can see my custom logs as well)/1
not working (custom logs missing)any ideas on what can introduce this?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions