From d0b9cdc503c330a5a81174fe12e076ed1ebcbf36 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 19 Jun 2021 20:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9ws=E6=9C=BA?= =?UTF-8?q?=E5=88=B6=E4=B9=8B=E5=90=8E=E4=B8=8D=E8=83=BD=E5=AE=8C=E5=85=A8?= =?UTF-8?q?=E6=96=AD=E5=BC=80=E5=AF=BC=E8=87=B4=E9=87=8D=E5=A4=8D=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/websocket.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/websocket.lua b/Zframework/websocket.lua index 7bccd523..ead287c3 100644 --- a/Zframework/websocket.lua +++ b/Zframework/websocket.lua @@ -342,7 +342,7 @@ function WS.update(dt) local time=timer() for name,ws in next,wsList do if ws.real then - if ws.status~='dead'and ws.triggerCHN:getCount()==0 then + if ws.triggerCHN:getCount()==0 then ws.triggerCHN:push(0) end if ws.status=='connecting'then