fix
This commit is contained in:
parent
12b1905f11
commit
6502f241ab
|
@ -284,7 +284,9 @@ func (w *wsConnectItem) sendToOutChan(data []byte) {
|
|||
case <-w.closeChan:
|
||||
return
|
||||
case w.outChan <- data:
|
||||
logx.Info("notify send render result to out chan")
|
||||
return
|
||||
case <-time.After(time.Second * 3): //阻塞超过3秒丢弃
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user