Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure queues are running during start_supervised
A common cause of flickering tests are race conditions between when a queue's producer returns from `init` and when it finishes `handle_continue`. Producers can only accept notifications after `handle_continue`, and they won't receive messages sent beforehand.
- Loading branch information