forked from appscode/g2
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix send/receive synchronization race condition (#12)
* Fix send/receive synchronization race condition * restore cleanup and submitJob name * Rename submitJob * Add locking of job submission to single-thread it * Add some logging * Fix premature dequeuing issue * Remove extra logging * Remove submit locks * Remove drain debug logging * rename constants and change queue size to 8
- Loading branch information
Showing
2 changed files
with
55 additions
and
31 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