mavlink / mavlink-camera-manager

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

Rapidly fired stream creation requests can result in duplicated streams #345

Open joaoantoniocardoso opened 9 months ago

joaoantoniocardoso commented 9 months ago

This is an architectural problem. There should only be one stream request being attended at each time, so we need to place the mutex in the right place.