Closed cyriltovena closed 6 years ago
If action panic then the done channel is never closed and it hangs forever.
https://github.com/kamilsk/retry/blob/272c5373f544785efa4a1fd557aadfe505469695/retry.go#L42
@Kuqd, thank you for reporting! fixed by 21779a3
Glad I could help !
If action panic then the done channel is never closed and it hangs forever.
https://github.com/kamilsk/retry/blob/272c5373f544785efa4a1fd557aadfe505469695/retry.go#L42