there are multiple places where tokio runtimes are created and destroyed almost immeditately, they should all be gone. Only the one provided by the app (cli, run satellite, etc) should be used.
if possible we should be using macro tasks, or tokio tasks.
there are multiple places where tokio runtimes are created and destroyed almost immeditately, they should all be gone. Only the one provided by the app (cli, run satellite, etc) should be used.
if possible we should be using macro tasks, or tokio tasks.