voryx / angular-wamp

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

Multiple servers #38

Closed devfxplayer closed 8 years ago

devfxplayer commented 9 years ago

Hi I have multiple server which have different IPs and ports. I would like to connect to all of them from the same angular client. Is that possible?

mbonneau commented 9 years ago

Please see #9 .

devfxplayer commented 9 years ago

Hi, this is not the same. I have multiple connections on different servers not the same server as in that post.

27leaves commented 9 years ago

+1

27leaves commented 8 years ago

Maybe you can help me with a related issue: I need to connect to one host. If it fails (with unreachable), I want to open another connection to another host. Problems are that I have to

  1. open a second connection
  2. don't know the IP of the second connection on startup time, because the user has to select one of many.

Is this possible with the current $wamp implementation?

Thank you!

davidwdan commented 8 years ago

Multiple connections is now supported in v0.2.1