Skip to content
Snippets Groups Projects
Unverified Commit b7aea0e3 authored by Em Sharnoff's avatar Em Sharnoff Committed by GitHub
Browse files

agent/executor: Fix DoSleeper deadlock/goroutine leak (#553)

Classic case of blocking on <-timer.C after !timer.Stop() not always
being sound if you've already received from timer.C
parent 37e983ee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment