Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mission_raw: fix upload race condition
This fixes the case where a rally points upload right after a geofence upload fails with busy. That's because the work item still exists and hasn't been cleaned up yet. However, we can ignore that case if the work item has been done.
- Loading branch information