Closed benjamg closed 7 years ago
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.
hopefully pull request #203 fixes this.
As seen in #145 we have timing issues in some of the tests, ideally tests shouldn't be effected by each other like that.