Closed PsiACE closed 3 years ago
I am trying to upgrade it to tokio 1. The current work is https://github.com/ritedb/riteraft/tree/tokio-1 .
It seems that it has passed the compilation, but it cannot work with actix-web for the time being. Even if use actix-web 4 that has not been officially released.
See https://github.com/ritedb/riteraft/commit/c7bf4c90c7753817032fc6261ea109818a822d4a
Reproduce
At present, another example for warp has been implemented. The problem still lies in tokio-1.
warp
Fix by #5
I am trying to upgrade it to tokio 1. The current work is https://github.com/ritedb/riteraft/tree/tokio-1 .
It seems that it has passed the compilation, but it cannot work with actix-web for the time being. Even if use actix-web 4 that has not been officially released.