Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v16] Fixes withheld TDP messages in proxy #42706

Merged
merged 5 commits into from
Jun 11, 2024

Conversation

ibeckermayer
Copy link
Contributor

Backport #42578 to branch/v16

changelog: fixes a Desktop Access resize bug which occurs when window was resized during MFA

Isaiah Becker-Mayer added 2 commits June 10, 2024 18:27
There exists only a single Handler per proxy, so the h.withheldMessages
slice was shared commonly between desktop sessions. Since it was not
designed with concurrency in mind, it was causing issues.

This commit fixes the issue by removing the h.withheldMessages slice and
replacing it with a per-request slice.
@ibeckermayer ibeckermayer added this pull request to the merge queue Jun 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 11, 2024
@ibeckermayer ibeckermayer added this pull request to the merge queue Jun 11, 2024
@ibeckermayer ibeckermayer removed this pull request from the merge queue due to a manual request Jun 11, 2024
@ibeckermayer ibeckermayer enabled auto-merge June 11, 2024 15:09
@ibeckermayer ibeckermayer added this pull request to the merge queue Jun 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 11, 2024
@ibeckermayer ibeckermayer enabled auto-merge June 11, 2024 17:21
@ibeckermayer ibeckermayer added this pull request to the merge queue Jun 11, 2024
Merged via the queue into branch/v16 with commit 1b9a934 Jun 11, 2024
35 checks passed
@ibeckermayer ibeckermayer deleted the bot/backport-42578-branch/v16 branch June 11, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants