-
Notifications
You must be signed in to change notification settings - Fork 42
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
[change] Use ReconnectingWebsocket to websocket connection #101
Labels
Comments
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Dec 16, 2021
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Dec 28, 2021
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Jan 14, 2022
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Jan 18, 2022
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Jan 18, 2022
yashikajotwani12
added a commit
to yashikajotwani12/django-loci
that referenced
this issue
Jan 18, 2022
nemesifier
pushed a commit
that referenced
this issue
Jan 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openwisp/ansible-openwisp2#321 sets the
websocket_timeout
of daphne to 1 hour (reducing from the 24 hours default value).This means that the websocket connection will get terminated abruptly for users after the timeout. To prevent that use ReconnectingWebsocket from https://github.com/joewalnes/reconnecting-websocket which re-establishes the connection when the connection is terminated.
This library is already used in openwisp-notifications and openwisp-controller.
The text was updated successfully, but these errors were encountered: