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 12, 2024
1 parent a12373f commit 8ef548b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions network/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (this *OnlineUser) readLoop() {
IMsg.CloseEOF(this.Connection)
glog.Info("协程的数量 :", runtime.NumGoroutine())
//this.Connection.Close()
runtime.Goexit()
//runtime.Goexit()
return
}
break
Expand All @@ -66,7 +66,7 @@ func (this *OnlineUser) readLoop() {
glog.Info("readLoop:超时----")
glog.Info("协程的数量 :", runtime.NumGoroutine())
//this.Connection.Close()
runtime.Goexit()
//runtime.Goexit()
return
//default:
// fmt.Println("Channel is empty, unable to read data")
Expand Down Expand Up @@ -94,7 +94,7 @@ func (this *OnlineUser) handleLoop() {
glog.Info("handleLoop:超时----")
glog.Info("协程的数量 :", runtime.NumGoroutine())
//this.Connection.Close()
runtime.Goexit()
//runtime.Goexit()
return
}
if len(r.req) <= 0 {
Expand Down

0 comments on commit 8ef548b

Please sign in to comment.