Closed johanhelsing closed 1 year ago
Just tested in a project, and it seems to be working
The problem is that configure socket addr is not the same as bound socket addr, so the tests all have port 0. Had a go at solving this in #355, but it required some API changes.
This moves the binding to the async serve method, not sure if that's a good idea or not.
Fixes: #350