重连线程等待时间加长2---3
parent
f47d633cdf
commit
3fd039f90d
|
|
@ -100,7 +100,7 @@ function Network:OnReconnect()
|
|||
end)
|
||||
|
||||
coroutine.start(function()
|
||||
coroutine.wait(2)
|
||||
coroutine.wait(3)
|
||||
|
||||
if not self.isConnected then
|
||||
Log("没有收到 重连信息,重新设置链接!!")
|
||||
|
|
|
|||
Loading…
Reference in New Issue