Skip to content

connection alternatives #54

@veastark

Description

@veastark

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions