Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pratman opened this issue Jan 29, 2021 · 0 comments

Comments

@pratman
Copy link

pratman commented Jan 29, 2021

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.

@pratman pratman changed the title reconnection needs could be handled when directly noticed on transport level reconnection could be handled when directly noticed on transport level Feb 1, 2021
@pratman pratman changed the title reconnection could be handled when directly noticed on transport level reconnection could be handled when the need is directly noticed on transport level Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant