From d6e1e7ebc017e40553a2fe5daa87a8ed3a6a3339 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 4 Nov 2025 00:29:06 -0400 Subject: [PATCH] DevMgmt: StimBuffApi bg tasks should execute on body thread --- smocore/body/body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smocore/body/body.cpp b/smocore/body/body.cpp index b0a177b..a21fb15 100644 --- a/smocore/body/body.cpp +++ b/smocore/body/body.cpp @@ -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