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

[v15] Fixes withheld TDP messages in proxy #42705

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

ibeckermayer
Copy link
Contributor

@ibeckermayer ibeckermayer commented Jun 10, 2024

Backport #42578 to branch/v15

changelog: Fixed 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
Merged via the queue into branch/v15 with commit 83cc934 Jun 11, 2024
32 checks passed
@ibeckermayer ibeckermayer deleted the bot/backport-42578-branch/v15 branch June 11, 2024 00:56
@camscale camscale mentioned this pull request Jun 11, 2024
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