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
Provide an implementation of local_addr for Async servers
When you bind to a dynamically allocated port by specifing 0, it is necessary to query the socket after bind() to see which port was selected by the OS. A local_addr wrapper is provided for sync. This change adds it for async.
0 commit comments