Skip to content

Commit

Permalink
Makes , see #447
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer committed Apr 24, 2024
1 parent 7ec0048 commit 2b5f60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/ironrdp-connector/src/connection_activation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ fn create_client_confirm_active(
})),
}])),
CapabilitySet::FrameAcknowledge(FrameAcknowledge {
max_unacknowledged_frame_count: 2,
// TODO: Revert this to 2 per FreeRDP.
// This is a temporary hack to fix a resize bug, see:
// https://github.com/Devolutions/IronRDP/issues/447
max_unacknowledged_frame_count: 20,
}),
]);

Expand Down

0 comments on commit 2b5f60c

Please sign in to comment.