网络接口

This commit is contained in:
xiekaidong 2023-05-31 09:49:29 +08:00
parent abc9c6af93
commit 6eee1909ad

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()