You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fix the strange issue on my project. This is an issue hard to debug. And I don't ideas with what it can be connected: with code on my side or with django-channels code.
Problem description
Sometimes when a user switches off PC without closing the browser method AsyncWebsocketConsumer.disconnect() is not performed. So he just press the "switch off" button, or close the laptop and goes to standby mode with the opened browser. When it happens it doesn't trigger disconnect().
This discussion was converted from issue #1704 on May 25, 2021 12:36.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I am trying to fix the strange issue on my project. This is an issue hard to debug. And I don't ideas with what it can be connected: with code on my side or with
django-channels
code.Problem description
Sometimes when a user switches off PC without closing the browser method
AsyncWebsocketConsumer.disconnect()
is not performed. So he just press the "switch off" button, or close the laptop and goes to standby mode with the opened browser. When it happens it doesn't triggerdisconnect()
.My question
Did anybody notice the same issue?
Beta Was this translation helpful? Give feedback.
All reactions