tested fix for initializer race condition with multiple activities in sequence

This commit is contained in:
Jonathan Shook
2023-01-31 21:02:02 -06:00
parent 8fc5115a0c
commit d96df192b3
2 changed files with 3 additions and 3 deletions

View File

@@ -417,7 +417,7 @@ public class ActivityExecutor implements ActivityController, ParameterMap.Listen
}
}
public void startActivity() {
public synchronized void startActivity() {
// we need an executor service to run motor threads on
startMotorExecutorService();
startRunningActivityThreads();