voryx / angular-wamp

An AngularJS library for AutobahnJS (WAMP v2)
MIT License
133 stars 28 forks source link

Maintain connection to multiple WAMP routers? #27

Closed shaworth closed 9 years ago

shaworth commented 9 years ago

Is it possible to maintain a connection to more than one router?

davidwdan commented 9 years ago

It's not really supported. You can create a second connection like this #9, but you won't be able to distinguish between wamp events.

shaworth commented 9 years ago

Thanks for the confirmation.