Skip to content

Commit

Permalink
fix: regression set_subscribed request (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Aug 4, 2023
1 parent 93ce7e9 commit 91affa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekit-ffi/src/server/requests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ fn on_set_subscribed(
return Err(FfiError::InvalidRequest("publication is not a RemotePublication".into()));
};

let _guard = server.async_runtime.enter();
publication.set_subscribed(set_subscribed.subscribe);
Ok(proto::SetSubscribedResponse {})
}
Expand Down

0 comments on commit 91affa5

Please sign in to comment.