"vscode:/vscode.git/clone" did not exist on "4f51931d167b6fe80a80feda73dd8953d16e8cc2"
Commit 6f866c45 authored by Your Name's avatar Your Name
Browse files

完善之前提交

parent d48d8d6d
......@@ -1014,6 +1014,7 @@ class DuSwiftEngine:
def close(self) -> None:
self._listener_thread.join()
if self.send_type == "PUT_ASYNC":
self._send_thread.join()
self._pending_check_thread.join()
if self._ping_thread is not None:
self._ping_thread.join()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment