Sebastian Stehle

Results 240 comments of Sebastian Stehle

I guess it is this one: https://github.com/OrleansContrib/SignalR.Orleans/blob/2460d5d7340edd31cf5bf76e1bed170b5623f9eb/src/SignalR.Orleans/Clients/ClientGrain.cs

The serializer already exists, but is coupled to json now. Should be easy to change it return BsonDocument now. But I would probably go with BsonValue instead of BsonDocument to...

Great. I am not planning any migration before Orleans 4.0 is released. So nothing for prereleases.

Can you not align the server and core version? It always confused me. Angular had the same problem and the just jumped from 2.0 to 4.0 If I remember correctly.

Thanks a lot for your super fast and super detailed answer. Fortunately I have never seen concurrency issues and so far the only possible leak seems to be my shared...

I have activated it, but how can I visualize it? I already have a lot of performance data in Datadoq (Open Telemetry), but it is unusable. Btw: Should it be...

I use these packages ``` ``` I am looking through my code, perhaps I find any strange customization that is left and not removed yet.

> When I was diagnosing speed issues in my own application, I added the MS Application Insights nuget package and added code to my middleware (note: I don't use the...