mavlink / mavlink-camera-manager

MAVLink Camera Manager Service
MIT License
102 stars 30 forks source link

mavlink: mavlink_camera: Add shutdown mechanism #314

Closed patrickelectric closed 10 months ago

patrickelectric commented 11 months ago

Without it, the tasks never finishes properly

May help #310

joaoantoniocardoso commented 11 months ago

Cool, this trigger can indeed solve the problem. In this case, it would be better to have a ReadWriteLock, or an atomic bool

joaoantoniocardoso commented 10 months ago

Superposed by #330