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

pull reduce grace time into ptyService method #120195

Merged
merged 9 commits into from Apr 1, 2021
Merged

Conversation

meganrogge
Copy link
Contributor

This PR fixes #118724

@meganrogge meganrogge added this to the April 2021 milestone Mar 30, 2021
@meganrogge meganrogge self-assigned this Mar 30, 2021
@meganrogge meganrogge requested a review from Tyriar March 30, 2021 20:03
@meganrogge meganrogge requested a review from Tyriar March 31, 2021 16:50
Comment on lines 677 to 679
if ('reduceConnectionGraceTime' in offProcTerminalService) {
offProcTerminalService.reduceConnectionGraceTime();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking about this more, let's do this in local too so they work the same. It shouldn't hurt to reduce here since when attach is run

@meganrogge meganrogge enabled auto-merge (squash) April 1, 2021 18:45
@meganrogge meganrogge merged commit 0691553 into main Apr 1, 2021
@meganrogge meganrogge deleted the merogge/graceTime branch April 1, 2021 19:04
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull terminal reduce grace time into its own IPtyService method
2 participants