-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic while getting connection from pool (support for tokio-0.3?) #132
Comments
I believe issue is due to application using tokio-0.3.3 but mysql_async relies on tokio-2.17 |
Hi. Looks like an update to tokio-0.3.3 is blocked by tokio-rs/tokio#2965. |
@blackbeam thank you. tokio-rs/tokio#3076 is merged. |
Any plan to release a version to support tokio-0.3.4? thread 'xxx-xx' panicked at 'must be called from the context of Tokio runtime configured with either |
@rohitjoshi, it'll be in #138, but still blocked by tokio-rs/tokio#3118. |
@blackbeam thanks. I will use |
With the tokio-0.3.3, I am seeing panic error while getting connection from the pool. This was working fine with tokio-2.x version.
tokio version:0.3.3
mysql_asybc: 0.25.0
tokio runtime created using: Builder::new_multi_thread()
The text was updated successfully, but these errors were encountered: