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
I would like to get a mechanism to avoid unnecessary logging of the closing error:
deferfunc() {
err2:=wsConn.Close(websocket.StatusInternalError, "the sky is falling")
iferr2!=nil {
logger.WithError(err2).Error("error on close websocket")
}
}()
Thanks.
The text was updated successfully, but these errors were encountered:
Hello!
I would like to get a mechanism to avoid unnecessary logging of the closing error:
Thanks.
The text was updated successfully, but these errors were encountered: