tursodatabase/libsql

No runtime available error

tekjar opened this issue · 1 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