Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
CloudJ 2023-05-31 10:12:15 +08:00
commit a9b115e2de

View File

@ -91,8 +91,7 @@ function NetManager:getChatPort()
end end
function NetManager:getIsBusy() function NetManager:getIsBusy()
-- return self.lastMsgName ~= nil return self.isSending
return false
end end
function NetManager:isNotReachable() function NetManager:isNotReachable()