varlink / rust

Rust implementation of the Varlink protocol

Home Page:https://docs.rs/varlink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client: consume the connection until send+recv complete

haraldh opened this issue · comments

Instead of .take() for read and write stream, maybe just consume the connection and return it after success and disallow clone() for the connection