Fix command client disconnect

This commit is contained in:
世界 2023-08-18 14:57:18 +08:00
parent 5c83178747
commit 00cac6b47a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

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 {