This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #61 freeze/broken pipe after some idle time
When keeping long-lived websocket connection, after some idle time the connection will go into a bad state. Calling send() cause no response at first and then broken pipe error is raised on the subsequent call. The cause is that there is no designated thread to keep the socket alive.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
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
This was unused.