Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
update: remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlleo committed Jul 22, 2022
1 parent 93ced68 commit 59aba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wshandle/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *WsConn) messageSendHandler() {
// 向 websocket 发起关闭连接任务
err := c.Conn.WriteMessage(websocket.CloseMessage, websocket.FormatCloseMessage(websocket.CloseNormalClosure, ""))
if err != nil {
log.Println("write close:", err)
// log.Println("write close:", err)
os.Exit(1)
}
select {
Expand Down

0 comments on commit 59aba95

Please sign in to comment.