Fix command client disconnect

This commit is contained in:
世界
2023-08-18 14:57:18 +08:00
parent 5c83178747
commit 00cac6b47a

View File

@@ -77,7 +77,7 @@ class CommandClient(
} }
Seq.destroyRef(refnum) Seq.destroyRef(refnum)
} }
commandClient = null
} }
private inner class ClientHandler : CommandClientHandler { private inner class ClientHandler : CommandClientHandler {