-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libwebsockets: Fix message loss on reconnect (#457)
* Libwebsockets: Fix message loss on reconnect * Run closing callback in extra thread * add more threads around callbacks * Fixed message sending queue logic * Clear pending message queue on a new connection * Removed some unecesary mutex locks * Stopping background timer on a new connect Signed-off-by: Cornelius Claussen <[email protected]> Signed-off-by: AssemblyJohn <[email protected]>
- Loading branch information
1 parent
94902c2
commit a1fe09b
Showing
3 changed files
with
174 additions
and
71 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 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
Oops, something went wrong.