Skip to content

Commit

Permalink
Update src/drivers/rest/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Antônio Cardoso <[email protected]>
  • Loading branch information
patrickelectric and joaoantoniocardoso committed Sep 19, 2024
1 parent e66ac9a commit ae6e8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Driver for Rest {
error!("Error in rest sender task: {e:?}");
}
}
result = Rest::receive_task(hub_sender, &self.on_message_input, &mut ws_receiver) => {
result = Rest::receive_task(hub_sender, &self.on_message_input, &mut ws_receiver, &self.stats) => {
if let Err(e) = result {
error!("Error in rest receive task: {e:?}");
}
Expand Down

0 comments on commit ae6e8b3

Please sign in to comment.