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

Add timeout mecanism for grain deactivation #4883

Merged
merged 2 commits into from
Aug 24, 2018

Conversation

benjaminpetit
Copy link
Member

It's not the fix I intended to write, but I thinks used in conjunction with #4875, it should fix the issues encountered in #4774 and #4757

@@ -25,6 +26,10 @@ public Task Task
get { return tcs.Task; }
}

public bool TrySetCancelled(CancellationToken ct)
Copy link
Member

Choose a reason for hiding this comment

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

Spelling of Cancelled is inconsistent with TPL

Copy link
Member

Choose a reason for hiding this comment

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

(and afaict, this method is never called)

@sergeybykov sergeybykov merged commit e323b8b into dotnet:master Aug 24, 2018
@benjaminpetit benjaminpetit deleted the deactivation-timeout branch August 14, 2019 16:42
@benjaminpetit benjaminpetit restored the deactivation-timeout branch August 14, 2019 16:42
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2023
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.

3 participants