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