Joe Wilm

Results 60 comments of Joe Wilm
trafficstars

I'm torn between having a generic persistence trait like above and just offering a namespaced Redis wrapper to the handlers. The trade is as follows. ## Generic - Simple interface...

Thanks for the feedback! I have been thinking similarly. In addition to the value of the keystore, several of the handlers I want to build would benefit from the set...

To make a complete logging solution, we will need a few more message types `Msg::Self`, `Msg::Join`, `Msg::Part`, and `Msg::Quit`.

You forgot your :sunglasses:

Hey thanks for reaching out! That sounds like it should work; have you tested that it works for your situation?

`Arc` would solve the API issue certainly, but the current async client architecture assumes both the reader and writer threads can block on read/write in parallel. That's not going to...

One other thought - this should probably be considered a breaking change since OpenSSL 1.0.2 is required where 1.0.1 sufficed previously.

I don't know about sites not supporting ALPN, but some sites require it. The spec also says ALPN explicitly without mention of NPN.

@mlalic sorry for the delay on updating this! It should be ready now pending appveyor results.

We've started trying to deploy a branch of our app with Octopus and inevitably run into this error every time. In our case, everything is fine for a while, several...