Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(service): 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
- Loading branch information