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

Automatically re-auth in case the token is invalid after reconnecting #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SystemParadox
Copy link
Contributor

After reconnecting the websocket connection it has to re-auth, but the token may be invalid by this point. Updated connect() to automatically get a new token and re-auth if the auth fails the first time after connecting.

I was going to add a check so that it only does this when reconnecting and doesn't retry at all when just connecting initially, but then I realised that this does actually apply to the first connect as well - it is possible that there was a long delay between getting the token and deciding to start a websocket connection, so the token may also be invalid in that case.

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

Successfully merging this pull request may close these issues.

1 participant