Skip to content

WIP: Changed whirlybird_serial lock guard to recursive_mutex

Daniel Koch requested to merge mutex into master

Prevents situation where recursive asynchronous function calls lock out the mutex indefinitely.

This is the same change we made to resolve the node crashing issue in https://github.com/BYU-MAGICC/fcu_io2.

@mark_petersen Can you test and confirm that this change doesn't break existing functionality?

Merge request reports

Loading