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 actually have two different socket.io servers running different services that I'd like to connect to. Is this possible with Ember-sockets? Any recommendations on how I could set this up? Right now I have it connecting to a single server and it works great but I'm adding a second service that runs on its own port.
I'm guessing the simplest method would involve registering another ember sockets object to the application.
Thanks!
The text was updated successfully, but these errors were encountered:
I actually have two different socket.io servers running different services that I'd like to connect to. Is this possible with Ember-sockets? Any recommendations on how I could set this up? Right now I have it connecting to a single server and it works great but I'm adding a second service that runs on its own port.
I'm guessing the simplest method would involve registering another ember sockets object to the application.
Thanks!
The text was updated successfully, but these errors were encountered: