-
Couldn't load subscription status.
- Fork 331
Closed
Description
Hello!
I would like to get a mechanism to avoid unnecessary logging of the closing error:
defer func() {
err2 := wsConn.Close(websocket.StatusInternalError, "the sky is falling")
if err2 != nil {
logger.WithError(err2).Error("error on close websocket")
}
}()Thanks.
swithek, corny, antonio-antuan, martin-randall-tanium and nhooyr
Metadata
Metadata
Assignees
Labels
No labels