-
I have been testing out boost::asio::spawn that results in a boost::asio::yield_context and it appears that if I have more than one thread in the thread pool for io_service it will eventually result i…
-
Use case: two devices with m and n channels (in and/or out). I want to use the channels of both (m+n) to output and/or record.
Is this possible?
The real use case is less weird than this, I'm on wind…
-
I use `async_read_until` with `asio::streambuf` as buffer. According to documentation, this function reads everything until the delimiter occurs. However, if the delimiter is the 3rd byte, this functi…
-
How to reproduce (to have multiple interfaces, like virtual interfaces and bridges on a system):
a) Docker container setup, see below "docker compose", as an example to reproduce the bug
b) create…
-
I'm using a `||` operator to wait for one of the 2 coroutines:
```
void wait_one(awaitable a1, awaitable a2) {
auto future = co_spawn(io_context, a1 || a2, use_future);
future.wait();
}…
-
While bouncing between languages and libs, when I select C++/Boost Asio style binding for libzmq, I keep getting even when I try coming back from a different binding for c++ (BTW: I'm using Chrome Ver…
-
Hey,
This is what I did:
I am using esp-idf on branch release/v3.3.
I changed the lwip library with [https://github.com/martin-ger/esp-lwip] (what branch should it be ?)
I changed the exampl…
-
When running example_chat and sending any input via the served example_chat.html page, the server crashes:
$ ./example_chat
(2024-03-10 19:00:16) [INFO ] Crow/master server is running a…
-
Currently `asio::ssl::context` contains a member of type `openssl_init` which ensures that the OpenSSL initialization function `SSL_library_init` is called, sets the OpenSSL locking callbacks, in addi…
-
what happened to the commits for 1.12.1 that can be found on the homepage?
Can we get the source code synced and tagged here?