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

Fixes deadlock in ExecOnLimitReached #107

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Fixes deadlock in ExecOnLimitReached #107

merged 1 commit into from
Jun 22, 2024

Conversation

jarv
Copy link
Contributor

@jarv jarv commented Oct 8, 2023

This moves the the mutex unlock in ExecOnLimitReached so that it isn't around the function that gets executed.

Including the function in the lock may result in a deadlock if there are any method calls in the function that call RLock again.

For #106

This moves the the mutex unlock in `ExecOnLimitReached` so
that it isn't around the function that gets executed.

Including the function in the lock may result in a deadlock if there are any method
calls in the function that call `RLock` again.
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.

3 participants