The pause/resume workflow appears to be broken due to a difference between JsEvManager and EvManager.
Pause works fine. Resume leads to the error message: WARN] car_simulator_1 EverestJs::Init(Napi::Env, Napi::Object)::<lambda(const Napi::CallbackInfo&)> :: Ignoring command iso_start_bcb_toogle with 1 arguments
I found another issue with this command earlier -- 84#issuecomment which linked to the command in the EvManager, where it is defined with 1 argument, so that seems like it should work, if we were using the EvManager. Actually, it is also defined in the JsEvManager with 1 argument so that shouldn't be the issue.
Ok, what is causing the command to be ignored then?