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
We're using v3.0.2 of go-ldap/ldap. It looks like this is happening because it's possible for Close to be called from reader's defer, before Start has been able to call wgClose.Add.
The text was updated successfully, but these errors were encountered:
Our CI has failed a couple of times lately with this error:
We're using v3.0.2 of go-ldap/ldap. It looks like this is happening because it's possible for
Close
to be called fromreader
's defer, beforeStart
has been able to callwgClose.Add
.The text was updated successfully, but these errors were encountered: