This commit is contained in:
2025-12-13 18:46:28 +01:00
parent 65fb544962
commit d32ae98de1
+1 -1
View File
@@ -225,7 +225,7 @@ class Module(PlayerModule):
self.ws_process.terminate()
self.ws_process.join(timeout=2)
if self.ws_process.is_alive():
while self.ws_process.is_alive():
try: self.ws_process.kill()
except Exception: pass