Calling start() twice spawns a second stremio-runtime child and job object. While currently only called once from build, the crash-restart path at server.rs:235 re-calls it without checking if the previous child is still alive. Should guard with an "already running" flag.
Calling
start()twice spawns a secondstremio-runtimechild and job object. While currently only called once from build, the crash-restart path atserver.rs:235re-calls it without checking if the previous child is still alive. Should guard with an "already running" flag.