rsocket / rsocket-rust

RSocket Rust Implementation using Tokio
Apache License 2.0
199 stars 20 forks source link

Upgrade to Tokio 1.0 #33

Closed linux-china closed 3 years ago

linux-china commented 3 years ago

Migrated to Tokio 1.0 and bytes 1.0

jjeffcaii commented 3 years ago

I started the migration a few days ago, but the tokio-tungstenite which the websocket transport based on doesn't support it. Today I found the tokio-v1 PR has been merged, I'll complete the rest work in the next few days.

Thanks!

jjeffcaii commented 3 years ago

Migration is completed, and it will be released with v0.7.0 in the next few days.

Thanks!