-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Add a note about reconnecting after a server-side disconnection
- Loading branch information
1 parent
74893d5
commit afb952d
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
afb952d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darrachequesne
I tested flask-socketIO
When I select and refreshing browser(socketio client),The web server first receives 'disconnect' before receiving 'connect' event . I don't know why. Does the server receives firstly 'disconnet' then receiving 'connect' event?
afb952d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have alread my question. Thank you.