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

Simple accumulator to batch grain unregistration in DhtGrainLocator #6524

Merged
merged 3 commits into from May 6, 2020

Conversation

benjaminpetit
Copy link
Member

No description provided.

@@ -34,9 +40,64 @@ public async Task<ActivationAddress> Register(ActivationAddress address)
=> (await this.localGrainDirectory.RegisterAsync(address, singleActivation: true)).Address;

public Task Unregister(ActivationAddress address, UnregistrationCause cause)
=> this.localGrainDirectory.UnregisterAsync(address, cause);
{
var tcs = new TaskCompletionSource<object>();
Copy link
Member

Choose a reason for hiding this comment

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

@benjaminpetit
Copy link
Member Author

/azp run Azure DevOps - Functional

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ReubenBond ReubenBond merged commit c58d875 into dotnet:3.2.0 May 6, 2020
benjaminpetit added a commit to benjaminpetit/orleans that referenced this pull request Jun 5, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 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.

None yet

2 participants