Skip to content

Commit

Permalink
update data info
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 11, 2024
1 parent 2741dc3 commit 2280f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (this *OnlineUser) readLoop() {
err := websocket.Message.Receive(this.Connection, &content)
if err != nil {
if err == io.EOF || err == io.ErrClosedPipe || content == "" || err == io.ErrNoProgress {
//IMsg.CloseEOF(this.Connection)
IMsg.CloseEOF(this.Connection)
return
}
break
Expand Down

0 comments on commit 2280f2c

Please sign in to comment.