Skip to content

[v18] Fix client_idle_timeout enforcement for desktop sessions#56046

Merged
zmb3 merged 1 commit intobranch/v18from
bot/backport-55693-branch/v18
Jun 25, 2025
Merged

[v18] Fix client_idle_timeout enforcement for desktop sessions#56046
zmb3 merged 1 commit intobranch/v18from
bot/backport-55693-branch/v18

Conversation

@zmb3
Copy link
Copy Markdown
Collaborator

@zmb3 zmb3 commented Jun 24, 2025

Backport #55693 to branch/v18

We had been updating the client activity tracker any time a message
was sent from the client (browser or Teleport Connect) to the remote
host. This approach was fine for the original RDP implmentation, as
all messages sent in this direction were for user input (keypresses,
mouse movement, scroll wheel, etc), but it is insufficient with the
current RemoteFX implementation as there are some messages sent by
the remote Windows hosts which require client acknowledgements.
These acknowledgements were mistakenly being counted as client activity.

Closes #55691
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Jun 24, 2025
@zmb3 zmb3 added this pull request to the merge queue Jun 25, 2025
Merged via the queue into branch/v18 with commit 7cafc75 Jun 25, 2025
47 checks passed
@zmb3 zmb3 deleted the bot/backport-55693-branch/v18 branch June 25, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport desktop-access no-changelog Indicates that a PR does not require a changelog entry rdp size/sm ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants