-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes withheld TDP messages in proxy (#42578)
* Fixes withheld TDP messages in proxy 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. * nil out slice
- Loading branch information
Isaiah Becker-Mayer
authored
Jun 10, 2024
1 parent
42a63be
commit f194abd
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters