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
ListenAndServe*Async both may call log.Fatalf, which is buried down under the server shutdown. Though we don't expect to be shutting down servers, it is still worrisome that a server shutdown may crash the whole process, and is very hard to see when calling the top level functions.
The text was updated successfully, but these errors were encountered:
ListenAndServe*Async both may call log.Fatalf, which is buried down under the server shutdown. Though we don't expect to be shutting down servers, it is still worrisome that a server shutdown may crash the whole process, and is very hard to see when calling the top level functions.
The text was updated successfully, but these errors were encountered: