-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Is it possible to provide connection alternatives, so if one WAMP-Router is unreachable a connection attempt to another is made?
AutobahnJS seems to provide something like this with transports:
transports: [
{
'type': 'websocket',
'url': 'ws://127.0.0.1:9000/ws'
},
{
'type': 'longpoll',
'url': 'http://127.0.0.1:9000/lp'
}
],
but if I set these options just connection attempts to the first one will be made.
Metadata
Metadata
Assignees
Labels
No labels