Skip to content

Commit

Permalink
fix(connector): client should also join user channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
mihneabuz committed Jul 13, 2023
1 parent c19f559 commit 6512946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/ironrdp-connector/src/channel_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ impl Sequence for ChannelConnectionSequence {

let user_channel_id = attach_user_confirm.initiator_id;

// user channel ID must also be joined
self.channel_ids.push(user_channel_id);

debug!(message = ?attach_user_confirm, user_channel_id, "Received");

debug_assert!(!self.channel_ids.is_empty());
Expand Down

0 comments on commit 6512946

Please sign in to comment.