Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix boGiver waiting issue with late-arriving getters
Fixes an issue where the boGiver would continue to wait even after successfully casting bo on a late-arriving getter after the wait timer had expired. - remove getters from the list after they receive bo - giveBO() function returns immediately once all getters have received bo - stop the main loop once all getters have received bo
- Loading branch information