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
I have a case where I'm expecting two classes of clients to connect to the same socketio application and they would each have their own different messages.
I'm trying to implement this using two different default_http_handlers but socketio_listener:start is giving me the same PID even if I specify different ports in different calls. Subsequently the socketio_listener:event_manager is obviously the same, so if I can't attach different handlers to the two different ports.
Hi, I gave it a quick spin and it seems to work as advertised. I'll split my code in two different handlers to see how it holds the road and will report back.
Checking back to report that things appear stable for my own use case, it's been running for a while with the two event managers and everything seems quite fine. Thanks!
I have a case where I'm expecting two classes of clients to connect to the same socketio application and they would each have their own different messages.
I'm trying to implement this using two different default_http_handlers but socketio_listener:start is giving me the same PID even if I specify different ports in different calls. Subsequently the socketio_listener:event_manager is obviously the same, so if I can't attach different handlers to the two different ports.
From the console:
Is there a workaround or a better way to achieve this?
The text was updated successfully, but these errors were encountered: