Skip to content

Fixed concurrency not correctly handling code interruption, added lock in favor of user property#504

Open
pedrocarvalhlima wants to merge 1 commit into
derekantrican:masterfrom
pedrocarvalhlima:concurrency-fix
Open

Fixed concurrency not correctly handling code interruption, added lock in favor of user property#504
pedrocarvalhlima wants to merge 1 commit into
derekantrican:masterfrom
pedrocarvalhlima:concurrency-fix

Conversation

@pedrocarvalhlima

Copy link
Copy Markdown

The previous solution for concurrency was not gracefully handling exceptions to release the lock, which was resolved with a "try...finally" block.

Finally, instead of setting a user property as a makeshift lock, a proper lock was used.

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.

1 participant