casbin / Casbin.NET

An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
https://casbin.org
Apache License 2.0
1.14k stars 110 forks source link

System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access #245

Closed martinbolco closed 2 years ago

martinbolco commented 2 years ago

Hi All,

we are experiencing issues with concurrent update on the collections inside Casbin.NET library. See please the log:

image

Can somebody please take a look?

Thank you,

Martin

casbin-bot commented 2 years ago

@sagilio @xcaptain @huazhikui

sagilio commented 2 years ago

This is the same question as #244