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
Since the listener is already listening, the Serve call will not
introduce a delay in processing requests.
It is then fair to block the main thread on waiting the goroutine to be
started, and unblock before Serve is called.
0 commit comments