Skip to content

feat: support accepting TCP connections through net.Listener#18

Open
dtext wants to merge 1 commit intotbrandon:masterfrom
dtext:master
Open

feat: support accepting TCP connections through net.Listener#18
dtext wants to merge 1 commit intotbrandon:masterfrom
dtext:master

Conversation

@dtext
Copy link
Copy Markdown

@dtext dtext commented Jul 22, 2024

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.

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
Copy link
Copy Markdown
Author

dtext commented Aug 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants