Sergey Bykov

Results 8 issues of Sergey Bykov

https://github.com/dotnet/orleans/releases/tag/v2.1.2

https://github.com/dotnet/orleans/releases/tag/v2.1.0

https://github.com/dotnet/orleans/releases/tag/v1.5.6

https://github.com/dotnet/orleans/releases/tag/v2.0.0

[View Release Notes](https://github.com/dotnet/orleans/releases/tag/v2.0.0-beta1)

[View Release Notes](https://github.com/dotnet/orleans/releases/tag/v1.5.2)

Improvements and bug fixes since 1.4.0. Addressed the known issue in 1.4.0: "*When the silo starts up, it will register IServiceProvider in the container, which can be a circular reference...

Today, timer callbacks interleave with grain methods (at `await` points) for both reentrant and non-reentrant grains. This is a source of confusion because developers, naturally, do not expect interleaving in...

enhancement