-
Notifications
You must be signed in to change notification settings - Fork 33
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
Login loop after logout #2906
Comments
The error does not seem to be related to the login issue |
This seems to be a race condition within On logout the client sends the following messages to the shared worker:
It seems that subscriptions do not get correctly closed if the set endpoint or auth change message (not exactly sure which one, maybe both) get sent before the close message was sent. |
I cannot replicate this anymore. |
I updated the Issue description |
Problem is solved. |
Current behaviour:
If you logged out and try to login again, then you are stuck in a loading loop for
Reproduction:
Wanted behaviour:
The indefinitely long spinning time should be prevented
The text was updated successfully, but these errors were encountered: