Stephen Lautier
Stephen Lautier
We have been experiencing several timeouts in SMS and now im trying to do some changes to help it improve (or try understand from where); and now it seems that...
I'm not entirely sure if something has changed or why is this happening. However, we recently are getting the following. Any ideas? > Extension not installed on grain SignalR.Orleans.Groups.GroupGrain attempting...
### Issue If for some reason during disconnection theres a failure to handle `ClientGrain.OnDisconnect` it keeps throwing errors. ### Scenario - Connection "A" connects to server "1x" (for User: "X")...
### This is a... * [x] feature request * [ ] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [ ] @angular/cli...
It would be good to provide an extension method similar to the aspnet one you already have `UseGrace` on the `IHostBuilder` (`Microsoft.Extensions.Hosting`) similar to https://github.com/dotnet/orleans/blob/master/src/Orleans.Runtime/Hosting/GenericHostExtensions.cs#L21 What do you think? Perhaps...
as per doc https://learn.microsoft.com/en-us/dotnet/orleans/host/configuration-guide/serialization?pivots=orleans-7-0#serializing-record-types The following is not working when using `GenerateCodeForDeclaringAssembly` for an external lib (and Sdk is not added to the library) Just added a failing test (which...
As per the discussion in [this thread](https://github.com/ipjohnson/Grace/pull/314) and specifically using jods4:net8 PR branch Will open an new issue so not to clutter the other thread --- During startup Im having...
We need some tips in order to make PubSub (SMS) more robust/performant as after some time (3-7 days) it seems we are having issues with the cluster due to this;...
Hi, I'm trying to invoke an `.mjs` or ES module from a string is this somehow possible? I've seen this issue and from file should be supported https://github.com/JeringTech/Javascript.NodeJS/issues/151 However in...