Skip to content

Commit

Permalink
chors:subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 12, 2024
1 parent 96e8612 commit f201605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/grpc/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl WorldClient {
let hashed_keys = hashed_keys.iter().map(|hashed| hashed.to_bytes_be().to_vec()).collect();
let stream = self
.inner
.subscribe_event_messages(SubscribeEventMessagesRequest { hashed_keys })
.subscribe_event_messages(SubscribeEntitiesRequest { hashed_keys })
.await
.map_err(Error::Grpc)
.map(|res| res.into_inner())?;

Check warning on line 128 in crates/torii/grpc/src/client.rs

View check run for this annotation

Codecov / codecov/patch

crates/torii/grpc/src/client.rs#L118-L128

Added lines #L118 - L128 were not covered by tests
Expand Down

0 comments on commit f201605

Please sign in to comment.