重连线程等待时间加长2---3

tcx_xiyou_dev
wangzhenxing 2024-06-11 14:41:46 +08:00
parent f47d633cdf
commit 3fd039f90d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function Network:OnReconnect()
end)
coroutine.start(function()
coroutine.wait(2)
coroutine.wait(3)
if not self.isConnected then
Log("没有收到 重连信息,重新设置链接!!")