Stephen Lautier
Stephen Lautier
@emilekberg Recently it seems ok.. few weeks ago we were still having it tho. Last thing we've changed is, we updated to latest of this lib, but we are still...
@emilekberg actually it seems it still happens, much less in frequency but it does happen
@digisimon im glad that worked for you! We do have several fixes/improvements in our fork; we will need to contribute back to this at some point
@luckyycode which orleans version are you using? If you want to give it a try we have a fork of this with several fixes (which are still not downmerged here)...
In our projects we are using this in a generic host orleans and hosted along with an aspnet web similar to this https://github.com/dotnet/orleans/blob/master/Samples/2.3/HealthCheckSample/src/Silo/Program.cs and it does work. Sometimes after switching...
I dont believe this is possible. The `HubContext` its quite fairly simple class, and in the grain context you would not be are of the `connectionId`, unless you have it...
I don't think you get what I want with that. What I want is to create a reusable selector and add additional filters etc.. on the observable. With the decorator...
No, i couldnt find it. In which package it is then?
ahh oki.. im using 7.x, but in my case its not an aspnet project and the package is in `Grace.AspNetCore.Hosting` so i didnt had that one installed. Perhaps it makes...
Yes, I think it feels a bit extra from your end to include another package, but it makes more sense