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
Is there a reason why we don't want to return an error and/or the shutdown function and expect developers to implement the go-routine to shutdown appropriately?
The use of
log.Fatal
causes the upstream application to exit.oidc/pkg/http/http.go
Lines 95 to 112 in c3c1bd3
Is there a reason why we don't want to return an error and/or the shutdown function and expect developers to implement the go-routine to shutdown appropriately?
log.Fatal
will kill the process even in goroutines https://go.dev/play/p/Hy6rKkePzJYThe text was updated successfully, but these errors were encountered: