-
*@siliu-tacc commented on Sep 20, 2020, 3:18 AM UTC:*
Dear all,
I got some issue to build the new versions of boost. The commands I used are:
./bootstrap.sh --prefix=${MYINSTALL} --with-toolset=int…
ghost updated
3 years ago
-
*@Warchant commented on May 18, 2019, 10:36 AM UTC:*
Coroutines are natively supported by asio. With coroutines it is possible to avoid callback hell, and turn async-callback-based code to look like …
ghost updated
3 years ago
-
Hello,
I have a newbie question.
For my work needs I am exploring a tool, that would act like nginx for me.
In default mode, nghttpx works as reverse proxy (gateway) for both HTTP/2 and HTTP/1…
-
*@dmorilha-twilio commented on Jul 25, 2019, 9:24 PM UTC:*
We use boost asio together with other libraries which depend on OpenSSL. Currently OpenSSL is initialized multiple times. We would like to b…
ghost updated
3 years ago
-
**Describe the bug**
If you have any ASIO drivers installed on your system, LIFX control panel will open it up. This is incredibly annoying. I assume this is due to some audio library within the prog…
-
Hi there. Thank you for the great library.
We are using websocketpp for the client connections and faced with the issue that is described at https://tools.ietf.org/html/rfc6555 document. When using `…
-
On a Mac M1 (ARM-64) as soon as I enter a statusServer, trunk-recorder crashes. It appears to be something with the poll_one() function, but I'm a little out of my league trying to debug this. I never…
-
I was able to leverage [a fork that I'll try to get merged](https://github.com/shantanu1singh/boost-asio-gnutls) of [this repository](https://github.com/paullouisageneau/boost-asio-gnutls) (with minim…
-
Hello Dimitry,
thanks for sharing this C++ firmata library!
Some boost functions you used deprecated and it did not compile. I forked this repository to https://github.com/NANDLAB/firmata and fixed …
-
A network is composed of an IP and a prefix length.
It is a common task to test if an IP is part of a network. Classes like `std::string` get a `contains` method with C++20. I think it would be hel…