Shell Turner

Results 4 comments of Shell Turner

I'm suffering exactly these errors on latest master, as well as various issues with another (sarama based) client. I've been entirely unable to get anything except `examples/sarama/main.go` working.

So I've been implementing a redis client and got it slightly wrong, and apparently - this code marked "TODO" at https://github.com/tokio-rs/tokio-proto/blob/42ddd45/src/streaming/pipeline/advanced.rs#L173 gets run when the server returns more messages than...

CC @alexcrichton as mentioned at lunch To replicate, using the hyper crate: ``` curl https://clbin.com/k7j1z | nc -Cl 127.0.0.1 54321 cargo run --example client http://127.0.0.1:54321/ ``` Not sure what precisely...

@withoutboats That idea doesn't work for me - I'd like multiple independent operations working against the same fd (that is, multiple Rings operating against a single fd, along with Events...