Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memqueue getting stuck on shutdown
There was a case when openState.publish could get stuck and ignore its shutdown signal, effectively preventing a Beat from gracefully terminating. This commit fixes this by ensuring every channel read/write also checks for the shutdown signal.
- Loading branch information