mbserver icon indicating copy to clipboard operation
mbserver copied to clipboard

feat: support accepting TCP connections through net.Listener

Open dtext opened this issue 1 year ago • 1 comments

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.

dtext avatar Jul 22 '24 07:07 dtext

Hey @tbrandon, any chance you want to include this contribution?

dtext avatar Aug 26 '24 09:08 dtext