Anthony Alayo
Anthony Alayo
I found this issue after looking into the same thing. @TheLartians , could this get attention?
Thank you! For context, users who fetch and build c-ares as part of their build will not have it installed ahead of time. I am one such user, and I...
Comment -- I'll go after this
Great news -- I'll put in the CMake changes afterwards
I agree with @tatsuhiro-t , OpenSSL is pinned for my projects at 1.1.1 for the same reason.
Solid reply, thanks as usual @dbolduc. I think an easy workaround for now would be 1. Use the `BlockingPublisher`, setting up one `BlockingPublisherConnection` 2. Have it called on a pool...
Both sound reasonable in my opinion. When I first started fiddling with the API, I expected something like Option B (since the nuances around Option A are unclear to me...
> This document covers some of the questions here: https://cloud.google.com/cpp/docs/background-threads (if nothing else it may help the search engines find it in the future). I was looking for something like...
In case it helps, I ended up going with something like this in the interim: ``` auto PubSubPublisher::makePublisherConnection( const std::string & topic ) -> std::shared_ptr { // use our own...
@dbolduc @coryan how does it look for adding this to the road map?