Georgy Krasin
Georgy Krasin
I am getting exceptions after trying to gracefully shutdown one of two silos. And sometimes silo can't shutdown at all and just hangs. On the silo that being shutdown: ```...
We have encountered an issue where calls to grains never complete, and the response timeout does not take effect. In our scenario, the grain method includes a call to another...
It seems that the cache size is constantly increasing and when the limit is reached all the threads of the treadpool are busy trying to clear it. ``` .NET Thread...
Callbacks for timed-out request messages in `InsideRuntimeClient` were never removed because they were unregistered by `msg.TargetGrain`, instead of `msg.SendingGrain`. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/orleans/pull/9041)