Giorgi Khutsishvili

Results 2 issues of Giorgi Khutsishvili

I have base notification class `public record DomainEvent(DateTimeOffset Timestamp) : INotification;` and several child classes: ` public record RoundCreated(long Id, DateTimeOffset Timestamp) : DomainEvent(Timestamp);` `public record RoundResulted(long Id, WinState? Win,...

Hello, We have long using Orleans in our production environment, and in single client (e.g. asp net core API) we had several references to different silo clusters. In previous version...

Needs: triage :mag: