tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No runtime available error

tekjar opened this issue · comments

I'm constructing tokio runtime myself to make certain async methods synchronous in my code. I'm hitting this error when I switch from local to remote.

tracing::warn!("tried to send request to `{url}` while no runtime was available");

Any option to fix this without using a global runtime?

Closing in favour of #806