DevMgmt: StimBuffApi bg tasks should execute on body thread
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
* Body instead since it's meant to handle device-management operations.
|
||||
*/
|
||||
stim_buff::StimBuffApiManager::getInstance()
|
||||
.loadAllStimBuffApiLibsFromOptions(caller);
|
||||
.loadAllStimBuffApiLibsFromOptions(parent.body.thread);
|
||||
|
||||
/** EXPLANATION:
|
||||
* Consider body::initializeReq to have been called if even one of its
|
||||
|
||||
Reference in New Issue
Block a user