zrneely / wamp-proto

(WIP) Tokio-based WAMP implementation in Rust
MIT License
4 stars 0 forks source link

Tokio 0.2 and async/await #15

Closed zrneely closed 4 years ago

zrneely commented 4 years ago

Migrate to a tokio 0.2 alpha, and use async/await.

This is currently blocked, since it uses a git version of tokio-tungstenite.