-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Service::stop not working There were 2 issues in the stop system for services : - On the first poll of the stream, the shutdown future was not polled, thus stopping the service would never wake this task - After the shutdown future is resolved, the next poll will still poll the shutdown future, which is not allowed * Add test for service stop Signed-off-by: Tomasz Pietrek <[email protected]> Co-authored-by: MATILLAT Quentin <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
6 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