Thomas
Thomas
**Is your feature request related to a problem? Please describe.** I also describe the problem here: https://github.com/rrousselGit/riverpod/discussions/2388 To summarize: the issue is that data often has multiple sources that shouldn't...
It looks like the maintainer of this project has given up. They released a broken version 6 months ago and it was never fixed. It can't even be installed. I've...
You can't add the `[MayInterleave]` attribute to a grain that also has the `[StatelessWorker]` attribute. Doing so results in the following exception (with stack trace): ``` Message: System.ArgumentException : Cannot...
Screenshot of error message with location it's occurring at:  The method signature expects a type of `FutureOr?` but the default function returns Map?. I believe the issue is that...
### What happened? The latest versions of the SDK have completely broken notifications for our app. All subscription ids are now empty strings, and there are no notifications being received...
To allow grains to determine on invocation if they should allow interleaving, it's not currently possible to use RequestContext properties in the MayInterleave attribute. This is a little restrictive as...