rsocket / rsocket-rust

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

two features missing from the messaging #13

Closed feuyeux closed 4 years ago

feuyeux commented 4 years ago
    // unsupported message/x.rsocket.composite-metadata.v0 from metadata
    hire(&req, &tokens.access_token, &hello).await;
    // no api to handle the result from stream
    list(&req, &tokens.access_token).await;

https://github.com/feuyeux/kio/blob/master/rust/kio-requester/src/main.rs

jjeffcaii commented 4 years ago

@feuyeux Release v0.5.2