Ben Berman

Results 29 comments of Ben Berman

I say "no drawbacks", but of course there are a couple of drawbacks - Would need to lock the global cache whenever we construct a new connection, and the issue...

This is the same for `paired_connect` too, so it's not specific to PubSub. The code to test this is: ```rust extern crate futures; #[macro_use] extern crate redis_async; extern crate tokio;...

This seems to imply to me that WebTTY is just unusable for some/all users? I can't get an example working and I don't know how to resolve it at all.

I'm actually experiencing this on Ubuntu with the exact same issues as above. I didn't look into this properly when I commented -- I'll see if there are errors in...

That's crazy! Definitely worth trying to implement an entry into [this benchmark](https://github.com/krausest/js-framework-benchmark), though, as it's quite highly regarded.

@loyd That's a good point. I don't think such a thing is possible before components (#1) are added, however. I could be wrong on that, of course.

I was thinking it might be reasonable to do an impl for anything that's `Deref` but I'm not sure if that goes too far.

Not sure what you guys are confused about tbh. @Firstyear It just means `Arc` has the same `Result` as `M`, so sending or handling `Arc` is basically identical to sending...