Commit 6f866c45 authored by Your Name's avatar Your Name
Browse files

完善之前提交

parent d48d8d6d
...@@ -1014,6 +1014,7 @@ class DuSwiftEngine: ...@@ -1014,6 +1014,7 @@ class DuSwiftEngine:
def close(self) -> None: def close(self) -> None:
self._listener_thread.join() self._listener_thread.join()
if self.send_type == "PUT_ASYNC": if self.send_type == "PUT_ASYNC":
self._send_thread.join()
self._pending_check_thread.join() self._pending_check_thread.join()
if self._ping_thread is not None: if self._ping_thread is not None:
self._ping_thread.join() 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