-
Hi COVESA team,
We have an user secnario to run multiple routing managers within a single process, however according to our test result this feature is not fully supported in latest version V3.4.9-…
-
@melode11 The demo app only seems to work when SIO_TLS is **not enabled**, on OS X, I receive the errors below. I've tried using both Boost 1.60.0 and 1.55.0 against OpenSSL 1.0.2f, 1.0.1a, and 0.9.8z…
-
In my own ASIO based network libraries I spent days trying to track down a race condition and finally came across the following post:
https://stackoverflow.com/questions/36016135/asioasync-write-and-…
-
I am using boost version 1.79 on embedded linux 5.15 platform which is running on Dual Core Cortex A7 hardware.
I have the below code which I am testing to check sharing same IO context with multiple…
-
Hi [chriskohlhoff](https://github.com/chriskohlhoff) are you the only main contributor to Asio or am I looking at the commit records wrong? I would have expected a library like Asio that has such wide…
-
Compiling currently fails with recent versions of the Boost library, it looks like the ASIO API changed in a backwards incompatible way.
-
When I try to compile the tests in MSVS 2019 I get following compile-time errors:
`
Severity Code Description Project File Line Suppression State
Error C2678 binary '==': no operator found which…
-
I noticed that the `CMakeLists.txt` file currently looks for OpenSSL if TLS is enabled
```
IF (MQTT_USE_TLS)
FIND_PACKAGE (OpenSSL REQUIRED)
IF (MQTT_USE_STATIC_OPENSSL)
FIND_PA…
-
When using the RPC server with other libraries (e.g. Beast, Boost Process or plain old raw ASIO sockets etc), it would be useful to be able to provide your own io_service instance to server class to a…
nlyan updated
7 years ago
-
OS: `Fedora 29 64-bit (Linux REDACTED 5.1.18-200.fc29.x86_64 #1 SMP Mon Jul 15 16:09:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux)`
GCC:
```
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPE…