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
There is a race condition on listener shutdown that can cause a problem because the reference counting we use does not allow for ownership of the socket. This looks like this in tests:
There is a race condition on listener shutdown that can cause a problem because the reference counting we use does not allow for ownership of the socket. This looks like this in tests:
Adding an assert that the listener refcnt never drops to zero causes it to consistently fail on this test as well.
The text was updated successfully, but these errors were encountered: