tokio-proto icon indicating copy to clipboard operation
tokio-proto copied to clipboard

Consider having `ClientProxy` be a future representing the termination of the connection

Open carllerche opened this issue 7 years ago • 1 comments

Currently, there is no strategy to bubble out connection errors. However, ClientProxy could probably also be a future representing the connection terminating. This would allow any connection level errors to be sent back to the user of the client.

carllerche avatar Jan 27 '17 20:01 carllerche

cc https://github.com/tokio-rs/tokio-service/issues/4 -- if we resolve that we don't need this.

aturon avatar Jan 31 '17 20:01 aturon