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

Fix InvalidOperation Exception for SaveVariablesAsync and DeleteVariablesAsync functions #4808

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

NightWuYo
Copy link
Contributor

Fixes #4807

In the LoadVariablesAsync function, it already has "ToList()", fix this in SaveVariablesAsync and DeleteVariablesAsync functions.

@NightWuYo NightWuYo changed the title Fix InvalidOperation Exception for SaveVariablesAsync function Fix InvalidOperation Exception for SaveVariablesAsync and DeleteVariablesAsync functions Jan 18, 2024
@sfmskywalker
Copy link
Member

Thanks for the fix!

@sfmskywalker sfmskywalker merged commit 4912726 into elsa-workflows:main Jan 19, 2024
1 check passed
lahma pushed a commit to lahma/elsa-core that referenced this pull request Feb 2, 2024
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

Successfully merging this pull request may close these issues.

InvalidOperationException: Operations that change non-concurrent collections must have exclusive access
3 participants