Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
subscribe to unicast requests without shared group
Browse files Browse the repository at this point in the history
  • Loading branch information
khodzha committed Aug 19, 2020
1 parent 0bb614a commit 4bbf30a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,7 @@ fn subscribe(agent: &mut Agent, agent_id: &AgentId, config: &Config) -> Result<J

// Unicast requests
agent
.subscribe(
&Subscription::unicast_requests(),
QoS::AtMostOnce,
Some(&group),
)
.subscribe(&Subscription::unicast_requests(), QoS::AtMostOnce, None)
.context("Error subscribing to unicast requests")?;

// Janus status events
Expand Down

0 comments on commit 4bbf30a

Please sign in to comment.