Skip to content

reconnection could be handled when the need is directly noticed on transport level #225

Description

@pratman

Right now methods:

  • on_ws_fail
  • on_ws_close

of wamp_websocketpp_websocket_transport are private.

These are the methods that are called when:

  1. Connection fails (on_ws_fail)
  2. Connection closes (on_ws_close)

There are no possibilities for the user to directly react on these cases and try to reconnect only when needed. This forces to use frequent connection checkers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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