Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
erer1243 committed Jan 14, 2025
1 parent 73909b9 commit 22dcc00
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
"crates/swbus-proto",
"crates/swbus-cli",
"crates/swbus-actor",
# "crates/swss-common-bridge",
"crates/swss-common-bridge",
]
exclude = []

Expand Down
2 changes: 0 additions & 2 deletions crates/swss-common-bridge/src/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ impl<T: ConsumerTable + 'static> Actor for ConsumerTableBridge<T> {
let msg = OutgoingMessage::error_response(message, SwbusErrorCode::InvalidPayload, err);
outbox.send(msg).await;
}

async fn handle_message_failure(&mut self, _id: MessageId, _addr: ServicePath, _outbox: Outbox) {}
}

async fn watch_table<T: ConsumerTable>(mut table: T, outbox: Outbox, destination: ServicePath) {
Expand Down

0 comments on commit 22dcc00

Please sign in to comment.