You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo code from https://docs.rs/etcd/latest/etcd/ does not compile with tokio 1.x
After I managed to make it compile by using futures::compat, at runtime it will give error tokio::spawn failed (is a tokio runtime running this future?).
does the author still plan to make it work with newer version of tokio ?
The text was updated successfully, but these errors were encountered:
The demo code from https://docs.rs/etcd/latest/etcd/ does not compile with tokio 1.x
After I managed to make it compile by using
futures::compat
, at runtime it will give errortokio::spawn failed (is a tokio runtime running this future?)
.does the author still plan to make it work with newer version of tokio ?
The text was updated successfully, but these errors were encountered: