OrgnalR icon indicating copy to clipboard operation
OrgnalR copied to clipboard

SignalR backplane implemented through Orleans

Results 6 OrgnalR issues
Sort by recently updated
recently updated
newest added

I tried to fire up the ChatApp example and I can't get it going. Here's everything I tried: Open chatapp solution in vs 2022 Configure multiple startup projects -> 404...

documentation

Ideally we can get some integration tests going that will check all the various message passing / recovery mechanisms

documentation
test

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Orleans.Client](https://togithub.com/dotnet/orleans) | `7.2.6` -> `8.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Orleans.Client/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Orleans.Client/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

We're using this library in production for sending non-critical signals to users. Over time we notice a degradation in performance and an increase in memory consumption until at some point...

bug

Microsoft had previously blessed the SignalR.Orleans backplane as an official backplane for SignalR. https://learn.microsoft.com/en-us/aspnet/core/signalr/scale?view=aspnetcore-7.0#third-party-signalr-backplane-providers I was thinking it might be a good idea to try and engage with the very...

enhancement