【网络】修复断开连接接口参数错误
parent
06f54f15b3
commit
17a9108b01
|
@ -103,7 +103,7 @@ function Network:OnReconnect()
|
|||
|
||||
if not self.isConnected then
|
||||
Log("没有收到 重连信息,重新设置链接!!")
|
||||
self.socket:Disconnect()
|
||||
self.socket:Disconnect("no reconnect msg, reset socket!!")
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue