fix #254
This commit is contained in:
@ -64,6 +64,7 @@ func warpConn(c *net.Conn) *Conn {
|
||||
break
|
||||
}
|
||||
if ok := wc.recv.Push(p); !ok {
|
||||
wc.rerr = errors.New("receive queue is full")
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user