This commit is contained in:
David Hao
2026-04-13 11:41:14 -07:00
parent d3fcf88a3d
commit fbf0c14a27

View File

@@ -163,7 +163,7 @@ async fn websocket_transport_disconnect_does_not_shutdown_running_thread() -> Re
send_request(
&mut resumed_ws,
"thread/resume",
5,
/*id*/ 5,
Some(serde_json::to_value(ThreadResumeParams {
thread_id: thread_id.clone(),
..Default::default()