-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: Undertone0809/broadcast-service
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
sweep: fix error in _invoke_callback(). In Something isn't working
sweep
Sweep your software chores
broadcast_service/core.py
, _invoice_callback() function uses the result method of the future object, which can cause thread blocking and thus fail to achieve asynchronous effects. We should sovle it, so that when multiple callback functions listen to a topic at the same time, they will be triggered simultaneously instead of serially.
bug
#18
opened Dec 11, 2023 by
Undertone0809
2 tasks done
ProTip!
Add no:assignee to see everything that’s not assigned.