Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uORBManager.cpp: Make sure the sub is registered (valid) before invok…
…ing cb There seems to be a race condition where the callback thread is signaled but the sub is not registered when the orb_callback thread executes. This patches such errors, but the root cause of the race condition is not known. Regardless, this sanity check is not wrong.
- Loading branch information