-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix upload thread creation timing issue (s3ql#240)
If the block cache is initialised (i.e. associated threads created, with references to trio channels) before daemonisation, those threads end up running in a separate process to the main trio code and thus sending/receiving on two unrelated/"disconnected" channels. Fix this by moving initialisation back after daemonisation, as was the case before the commit in fbd3116
- Loading branch information
Showing
2 changed files
with
6 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 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