Skip to content

Dapr dotnet-sdk v1.3.0

Compare
Choose a tag to compare
@rynowak rynowak released this 08 Sep 21:22
· 183 commits to master since this release
5e544a6
Only isolate state when using reentrancy (#723)

Non-reentrant actors can utilize their state manager's cache
for repeated calls. They should still be able to do this unless
using reentrancy.

Co-authored-by: Ryan Nowak <nowakra@gmail.com>