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!
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!