重连逻辑
This commit is contained in:
parent
7aee1712ac
commit
1a07576816
@ -220,6 +220,9 @@ function NetManager:connect(domain, port, callback, socketName)
|
|||||||
if ok and pbData then
|
if ok and pbData then
|
||||||
pbData.status = not pbData.err_code and 0 or ProtoMsgDispatch:getErrCodeEnum(pbData.err_code)
|
pbData.status = not pbData.err_code and 0 or ProtoMsgDispatch:getErrCodeEnum(pbData.err_code)
|
||||||
if pbData.status ~= 0 then
|
if pbData.status ~= 0 then
|
||||||
|
if msgName == "ReconnectRsp" then -- Reconnect失败就直接回登录界面
|
||||||
|
self:closeAll()
|
||||||
|
else
|
||||||
self:closeAndClear()
|
self:closeAndClear()
|
||||||
local accountInfo = LocalData:getAccountInfo()
|
local accountInfo = LocalData:getAccountInfo()
|
||||||
local loginType
|
local loginType
|
||||||
@ -255,6 +258,7 @@ function NetManager:connect(domain, port, callback, socketName)
|
|||||||
}
|
}
|
||||||
GFunc.showMessageBox(params)
|
GFunc.showMessageBox(params)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
else
|
else
|
||||||
UIManager:hideWaitNet(true)
|
UIManager:hideWaitNet(true)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user