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

Automatic retry authentication if authentication procedure is not registered yet #322

Closed
cyxou opened this issue Oct 11, 2017 · 2 comments
Closed

Comments

@cyxou
Copy link

cyxou commented Oct 11, 2017

As documented here, my Crossbar server is configured to delegate authentication to the com.example.authenticate procedure which is registered by a separate Authentication node (not the guest node). It may happen so that Authentication node needs to be restarted and while being restarted, a client could try to connect to the server and be rejected with the 'wamp.error.no_such_procedure' error. In such case, no reconnection attempt is made by autobahn-js. It would be cool if autobahn could spot that and reconnect.

@goeddea goeddea changed the title Reconnect if authentication procedure is not registered Automatic retry if reconnect if authentication procedure is not registered yet Oct 12, 2017
@goeddea goeddea changed the title Automatic retry if reconnect if authentication procedure is not registered yet Automatic retry authentication if authentication procedure is not registered yet Oct 12, 2017
@goeddea
Copy link
Contributor

goeddea commented Oct 12, 2017

Edited the title to better reflect what you want.

@oberstet
Copy link
Contributor

this is app level business

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

3 participants