Skip to content

StremioServer::start() has no idempotency guard #57

Description

@kKaskak

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions