This commit is contained in:
@@ -108,7 +108,10 @@ func (h *ClientData) Recv(data common.TomeeHeader) {
|
||||
return
|
||||
|
||||
}
|
||||
t := h.Conn.Context().(*ClientData)
|
||||
t, cok := h.Conn.Context().(*ClientData)
|
||||
if !cok { //如果链接断开,就返回
|
||||
return
|
||||
}
|
||||
|
||||
if ok && aa != 0 { //这里实现回复错误包
|
||||
|
||||
|
||||
Reference in New Issue
Block a user