You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
When passing a listening address with port 0, a suiting port number is chosen. However, finding out which port was chosen requires access to the listener variable of type net.Listener (?). Private variables makes this to difficult to solve without hacking the library directly.
When passing a listening address with port 0, a suiting port number is chosen. However, finding out which port was chosen requires access to the listener variable of type net.Listener (?). Private variables makes this to difficult to solve without hacking the library directly.