You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Socket.io only allows to run one instance on a server. This Stackoverflow question recommends to use namespaces but I'd have to look how this would work with setting up different namespaces.
we are configuring websocket for our feathersjs app in following way
Then later in the code we are accessing the websocket like this:
Is it possible to have secondary websocket with different path (existing in parallel with first one), i.e.
We still need to access underlying socket directly, something like
Please advise whether this is feasible and how to do it. We basically need to access websocket directly because we are wrapping it in redis adapter
The text was updated successfully, but these errors were encountered: