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 to bug of invoking dedicated thread #171

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

greensky00
Copy link
Contributor

  • Since workers are inserted into unordered_map, there is no guarantee that the first invoked worker is the dedicated one. We should have separate worker name to distinguish the dedicated ones.

* Since workers are inserted into `unordered_map`, there is no guarantee
that the first invoked worker is the dedicated one. We should have
separate worker name to distinguish the dedicated ones.
@greensky00 greensky00 merged commit 2c88cf0 into eBay:master Sep 1, 2024
1 check passed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I missed these logic in my PR. Thank you for finding it out and fix it.

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