You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
startWG.Done does not ensure that s.Start() returns to completion, nor does it ensure that the writing of errs <- err is completed. Calling close(errs) directly after startWg.Wait() may close a channel being written to, resulting in panic。
errs <- err
is completed. Calling close(errs) directly after startWg.Wait() may close a channel being written to, resulting in panic。go-guerrilla/guerrilla.go
Line 484 in aa54b3a
go-guerrilla/guerrilla.go
Line 476 in aa54b3a
go-guerrilla/guerrilla.go
Line 484 in aa54b3a
The text was updated successfully, but these errors were encountered: