Skip to content

Fix incorrect GenServer.stop usage in Instance.dispatch_awaiting_callers #146

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IceDragon200
Copy link

Based slightly off c-brenn's work, but with a more concise function for reading clarity

Note retained_plugs_count was inefficient as it's usage was only to check for the presence of retained_plugs, rather than its actual count, it's quicker to just scan through the items and exit on the first entry.

Based slightly off c-brenn's work, but with a more concise function for clarity
@grzuy
Copy link

grzuy commented Sep 10, 2024

For what is worth, changes in this PR fixes the flakiness for us.

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.

2 participants