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
function NetManager:getIsBusy()
-- return self.lastMsgName ~= nil
return false
return self.isSending
end
function NetManager:isNotReachable()