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: Test Connection Lock #3172

Merged
merged 1 commit into from Sep 21, 2023
Merged

fix: Test Connection Lock #3172

merged 1 commit into from Sep 21, 2023

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Sep 21, 2023

This PR fixes a lock problem with the notify logic, the notify function uses mutex that locks the step, where the listener is executed, but having the unsubscribe in the same function will lock it again thus the process hangs.

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@xoscar xoscar self-assigned this Sep 21, 2023
@xoscar xoscar marked this pull request as ready for review September 21, 2023 17:48
@xoscar xoscar merged commit 96510f2 into main Sep 21, 2023
38 checks passed
@xoscar xoscar deleted the fix/test-connection branch September 21, 2023 18:37
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.

None yet

3 participants