halspang
halspang
@penfold - Are you able to provide a repro for this?
@repne - Thanks for opening this issue! Where does that error message come from? Is your application logging it, or is the dapr runtime logging it?
@repne - Are you still having trouble here/can you provide a repro?
Given the age of the issue, and the general nature of the question, I'm going to close this. If you still need help, feel free to reopen this issue or...
Is this as an alternate to `ExecuteStateTransactionAsync` or something different? What's your use case here?
@rynowak - What do you think of adding this? Technically, the Dapr runtime does support sending a list of requests to its `SaveState` API. Even in the SDK, we're just...
@BCoskun - Are you still making progress on this/is it ready to review?
@BCoskun - Do you need someone to take over here?
We did this: https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Client/DaprClientGrpc.cs#L1353
@TheRubble - Thanks for submitting this! I believe you can already achieve this though. Take a look at the `TestActor` implementation and how it's used. https://github.com/dapr/dotnet-sdk/blob/master/test/Dapr.Actors.Test/ITestActor.cs#L47 https://github.com/dapr/dotnet-sdk/blob/master/test/Dapr.Actors.Test/Runtime/ActorTests.cs#L30