1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-07 13:49:53 +08:00
parent 43b6e73970
commit ac3fb4d392

View File

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