mirror of
https://github.com/openai/codex.git
synced 2026-05-23 20:44:50 +00:00
codex: fix CI failure on PR #21284
This commit is contained in:
@@ -211,6 +211,10 @@ impl ResponsesWebsocketConnection {
|
||||
skip_all,
|
||||
fields(transport = "responses_websocket", api.path = "responses")
|
||||
)]
|
||||
#[expect(
|
||||
clippy::await_holding_invalid_type,
|
||||
reason = "the guard serializes exclusive use of the websocket while sending a request frame"
|
||||
)]
|
||||
pub async fn send_response_processed(&self, response_id: String) -> Result<(), ApiError> {
|
||||
let request =
|
||||
ResponsesWsRequest::ResponseProcessed(ResponseProcessedWsRequest { response_id });
|
||||
|
||||
Reference in New Issue
Block a user