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

(cherry picked from commit 3fd039f90d)
tcx_xiyou_bt_ios
wangzhenxing 2024-06-11 14:41:46 +08:00
parent 11a0d65ef2
commit fb1314617a
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("没有收到 重连信息,重新设置链接!!")