From eac6800a171e8d8defbc35e36b2e784365a0d56f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 1 Jan 2021 02:33:31 +0800 Subject: [PATCH] =?UTF-8?q?ws=E8=BF=9E=E6=8E=A5=E5=BF=85=E9=A1=BB=E5=9C=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=BD=91=E7=BB=9C=E4=BB=BB=E5=8A=A1=E6=97=B6?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/toolfunc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Zframework/toolfunc.lua b/Zframework/toolfunc.lua index 5378d632..1a53773b 100644 --- a/Zframework/toolfunc.lua +++ b/Zframework/toolfunc.lua @@ -561,6 +561,10 @@ do--httpRequest & wsConnect end function wsConnect(tick,path,header) + if TASK.netTaskCount>0 then + LOG.print(text.waitNetTask,"message") + return + end local task,err=client.wsraw{ url="ws://krakens.tpddns.cn:10026"..path, origin="krakens.tpddns.cn",