summaryrefslogtreecommitdiff
path: root/ext/websocket/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/websocket/lib.rs')
-rw-r--r--ext/websocket/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs
index df4127d27..9ea341fbb 100644
--- a/ext/websocket/lib.rs
+++ b/ext/websocket/lib.rs
@@ -427,7 +427,7 @@ pub async fn op_ws_close(
Ok(())
}
-#[op(deferred)]
+#[op(fast)]
pub async fn op_ws_next_event(
state: Rc<RefCell<OpState>>,
rid: ResourceId,