Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Oct 18, 2024
1 parent 804dbe4 commit ee081c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion backend/windmill-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ pub async fn run_server(
};

if !*CLOUD_HOSTED {
websocket_triggers::start_websockets(db.clone(), rsmq).await;
let ws_killpill_rx = rx.resubscribe();
websocket_triggers::start_websockets(db.clone(), rsmq, ws_killpill_rx).await;
}

// build our application with a route
Expand Down

0 comments on commit ee081c0

Please sign in to comment.