Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
icyci: avoid timer deadlock in transitionState
If stateTransTimer has already been stopped (without reset) then drain will deadlock. Avoid this by using a select + default case, as done in golang/go#27169 . Signed-off-by: David Disseldorp <[email protected]>
- Loading branch information