-
It would be nice if UNIX Sockets were supported as a transport medium, this allows creating safer, easier to manage and more performant IPC client/server communication via MQTT on *nix systems.
I h…
-
#include
#include
#include "json/json.h"
#include "boost/redis/src.hpp"
// #include
#include
#include
#include
#include
#include
#include
#include
#include
#inclu…
-
The current ASIO socket implementation on QNX uses two different processes for communication. The io_pkt (or in newer version io_sock) and the pipe daemon. Involving additional daemons in basic commun…
-
## Environment
- Development Kit: none
- Kit version (for WroverKit/PicoKit/DevKitC): -
- Module or chip used: ESP32-WROOM-32
- IDF version (run ``git describe --tags`` to find it): v4.3-dev-29…
-
There appears to be an issue with using ASIO devices on windows 11 with the expyfun sound_controller _rtmixer.
1) It should be noted that the current release of sounddevice has ASIO disabled as de…
-
Hi,
I'm trying to get boost asio working. I tried setting it up with the examples you gave. I tried with boost and with the asio standalone, none of which work.
It seems like cmake is downloadi…
-
The question originally asked by me [here](https://stackoverflow.com/questions/27733144/does-boost-asio-io-service-guarantee-execution-of-two-parallel-call-chains) (I will copy-paste it below) and I t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
-
take ASIO_HAS_CO_AWAIT for example:
```
if defined(ASIO_MSVC)
# if (_MSC_VER >= 1928) && (_MSVC_LANG >= 201705) && !defined(__clang__)
# define ASIO_HAS_CO_AWAIT 1
# elif (_MSC_FULL_VER…
-
Hi, thanks a lot for the great library. Recently I encountered a problem, the same code snippet, I got different results in centos and linux.
In mac, the sleep function of the parent process is inter…