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
Still have tests trying to use unused ports. However as we can get the connection endpoint from the socket options now we should just move the tests to bind to port 0 so the os provides an unused port and then use the socket option to request the connection setting from the bound socket.
As seen in #145 we have timing issues in some of the tests, ideally tests shouldn't be effected by each other like that.
The text was updated successfully, but these errors were encountered: