mbserver
mbserver copied to clipboard
feat: support accepting TCP connections through net.Listener
This allows the user to specify a listener with port 0, which has the OS assign a free port automatically. They can then use the listener to get the assigned port. This isn't possible without having a reference to the listener.
Hey @tbrandon, any chance you want to include this contribution?