fix: harden service websocket reconnect flows
Stabilize the service console and callback-host websocket paths so idle disconnects and mid-task client drops no longer wedge task execution or spam repeated commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -83,6 +83,7 @@ fn run() -> Result<(), String> {
|
||||
eprintln!("busy: {message}");
|
||||
break;
|
||||
}
|
||||
ServiceMessage::Pong => {}
|
||||
}
|
||||
}
|
||||
Message::Close(_) => {
|
||||
|
||||
Reference in New Issue
Block a user