many ok
This commit is contained in:
@@ -224,6 +224,7 @@ class ChatManager:
|
||||
return record
|
||||
|
||||
def stop(self, key: str, grace_seconds: int = 5) -> bool:
|
||||
return True # code-like 不需要杀进程
|
||||
with self._lock:
|
||||
rec = self._procs.pop(key, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user