-
```
What steps will reproduce the problem?
1. the crash happens on startup
What is the expected output? What do you see instead?
Should not hit the ASSERT
What version of the product are you using? …
-
Windows 10, MinGW64 GCC 10.2.0
There is no way to safely stop `async_accept` with `acceptor::cancel`. Deadlock is caused either if `cancel` is called directly or explicitly posted with `asio::post(…
-
## Describe the bug
I stopped Icinga2 at the exact moment when it periodically performs a program state dump and ended up with the following exception.
```
[2022-09-06 16:43:26 +0000] critical/…
-
Hi folks,
I am working on LGTM queries that look for uses of `boost::asio::ssl::context::set_verify_mode` without using `::set_verify_callback` and saw that is the case with `TCPChannelResourceSecu…
-
*@audaki commented on Sep 12, 2020, 1:07 PM UTC:*
3 Years ago we have developed a small (TLS 1.2+ only) HTTPs server for our web application.
We are using Boost for that since 1.64 (development star…
ghost updated
5 months ago
-
I downloaded the latest from the Develop branch and now it crashes on quit().
![image](https://user-images.githubusercontent.com/6909044/40649688-67c9f26c-62e6-11e8-81c3-e5e759f3b86c.png)
![image]…
-
ASIOデバイスの設定を行うために、ASIO側で用意されている設定パネルを開く仕組みを用意する
-
Hello team,
I have come across the below issue while developing my application using boost asio event loop with the combination of asio::posix::stream_descriptor and boost::asio::signal_set.
1. …
-
CARLA version:0.9.14
Platform/OS:Ubuntu
Problem you have experienced:Exception thrown: bind: Permission denied [system:13 at ../boost-1.80.0-c8-install/include/boost/asio/detail/reactive_socket_serv…
-
I'm having a problem with `stream_file` when trying to read some data, then skip a section of a file. The basic pattern looks like this:
```cpp
while (...) {
asio::read(file, asio::buffer(buf))…