-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
harvester: Fix deadlock on disconnect after a repeated plot sync start (
#11481) * Test plot sync start and disconnect while a sync is in progress * Drop `Receiver._lock`, instead wait for `Receiver.sync_active` to clear * Properly stop the sender and plot manager refreshing on disconnect * Poll faster, drop the log * Reset `_sync_id` at the very end of `_finalize_sync`
- Loading branch information
1 parent
ce92f36
commit fc2d6d3
Showing
4 changed files
with
73 additions
and
14 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
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