Results 358 comments of Takatoshi Kondo

Thank you for reporting the issue. I don't know much about Yocto and conan. Maybe some of them need to fix. If mqtt_cpp needs to something fix, please post a...

@shantanu1singh , I'm not sure the current situation. Could you rebase the PR from the new master and cleanup commit history ? When you add new concurrent builds, you need...

> @redboltz, I'm a bit preoccupied with work. I'll get back to this PR sometime next week or the one after. No problem. Take your time. As https://github.com/redboltz/mqtt_cpp/pull/663#issuecomment-695009683 commented, you...

> > @redboltz thanks for the tip! I'll use that > > I had one question - With respect to including the headers in [boost-asio-gnutls](https://github.com/paullouisageneau/boost-asio-gnutls/tree/master/include/boost/asio/gnutls), the PR in it's current...

> @jonesmz Not sure if they'd be accepting of that change so easily. They'd make the argument of updating `boost/asio` to add support for GnuTLS _natively_ instead of leveraging a...

I don't know much about conan. mqtt_cpp has `MQTT_USE_TLS` option for cmake. See https://github.com/redboltz/mqtt_cpp/blob/3b1dfe2392a3eaad94ca6520d1746323fdf4ee68/example/CMakeLists.txt#L25-L33 Maybe you need to add the option to conan. If it is not possible I guess...

I have some question about TLS and WesSocket combination. Now I'm checking on #673 . I guess that beast doesn't need to care about TLS because it is hidden underlying...

> I guess that beast doesn't need to care about TLS because it is hidden underlying layer from the beast. I was wrong. Due to very complected web socket and...

@shantanu1singh , could you try #673 ? As I commented at https://github.com/redboltz/mqtt_cpp/pull/663#issuecomment-703384855, GnuTLS support is implemented by boost asio and boost beast, not mqtt_cpp. So I implemented minimal support code...

Great work! By the way, mqtt_cpp's preprosessor macro flags are documented https://github.com/redboltz/mqtt_cpp/wiki/Config I'm not sure how it work with conan but it seems that you've already followed those flags on...