Race condition in orleans/ShoppingCart/Grains/InventoryGrain.cs#L48
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 5.1k
- Avg merge
- 9h 11m
- Merged PRs (30d)
- 1
Description
A parallel for loop writes to a dictionary without mutual exclusion: https://github.com/dotnet/samples/blob/main/orleans/ShoppingCart/Grains/InventoryGrain.cs#L48
Contributor guide
Assessment
This issue has not been assessed yet.