feat: implement IPC quit command
Co-authored-by: aider (gemini/gemini-3.1-pro-preview) <aider@aider.chat>
This commit is contained in:
@@ -115,6 +115,9 @@ def handle_ipc_client(conn, state):
|
|||||||
state.seek_request = float(val)
|
state.seek_request = float(val)
|
||||||
else:
|
else:
|
||||||
resp["error"] = "property not found"
|
resp["error"] = "property not found"
|
||||||
|
elif cmd[0] == "quit":
|
||||||
|
with state.lock:
|
||||||
|
state.running = False
|
||||||
else:
|
else:
|
||||||
resp["error"] = "unknown command"
|
resp["error"] = "unknown command"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user