Reuben Bond

Results 186 comments of Reuben Bond

rebond is my alias microsoft.com is the domain

@DocIT-Official let's try again when you're available

cc @benjaminpetit should we add this API?

Calling `DeactivateOnIdle()` ought to be fine. Is there any more to the stack trace than the 3 lines you posted?

@Nasicus apologies for the slow response. Are you able to provide a memory dump? If you are running on Windows, you can use [procdump](https://docs.microsoft.com/en-us/sysinternals/downloads/procdump) to capture a dump as the...

Fixed at the source: https://github.com/dotnet/runtime/issues/63709

Yes, you're right. I'm somewhat wary of adding a dependency to Microsoft.Extensions.Hosting just for this (config validator), but I am ok with it. @benjaminpetit what do you think?

It's up to the developer to manage concurrency in that case. The grain is still single threaded, so it won't necessarily starve the system if one reentrant grain receives a...

> all grains should apply back pressure to calling grains Please elaborate on the scenario and the request. It sounds like you have an unbounded number of reentrant grains issuing...