Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowUtils.Memoize is not thread-safe #61

Closed
dermeister0 opened this issue Jan 15, 2019 · 1 comment
Closed

FlowUtils.Memoize is not thread-safe #61

dermeister0 opened this issue Jan 15, 2019 · 1 comment

Comments

@dermeister0
Copy link
Member

InvalidOperationException
Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
   at Saritasa.Tools.Common.Utils.FlowUtils.<>c__DisplayClass12_0`2.<Memoize>b__1(TKey key)
krasninja added a commit that referenced this issue Feb 18, 2019
krasninja added a commit that referenced this issue Feb 26, 2019
krasninja added a commit that referenced this issue Feb 27, 2019
@krasninja
Copy link
Member

Fixed in 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants