Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit fd912c0

Browse files
author
mpgn
committed
Fix thread stop assert error #357
1 parent 73fb336 commit fd912c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cme/servers/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def shutdown(self):
9090
self.server.shutdown()
9191
self.server.socket.close()
9292
self.server.server_close()
93-
self._stop()
9493

9594
# make sure all the threads are killed
9695
for thread in threading.enumerate():

0 commit comments

Comments
 (0)