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 13, 2024
1 parent 021ffc5 commit 86e0e6f
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 @@ -64,7 +64,7 @@ func (this *OnlineUser) readLoop() {
}
select {
case this.inChan <- content:
case <-time.After(30 * time.Second):
case <-time.After(60 * time.Second):
glog.Info("readLoop:超时----")
//glog.Info("协程的数量 :", runtime.NumGoroutine())
//this.Connection.Close()
Expand Down

0 comments on commit 86e0e6f

Please sign in to comment.