-
The online documentation for v.0.11.0 uses an asynchronous example in the section which discusses the synchronous server:
```
using namespace boost::network::http; // parameters are in this namespace…
-
I tried to post an issue for Boost.Asio and was redirected here. If this isn't the right place to post this, I apologize.
We have some C++ networking code in our codebase that uses OpenSSL directly…
-
Both Sergei and I have seen confirmation_height.gap_live test hang.
Here is a backtrace for it when it is hang.
```
(gdb) bt
#0 __pthread_clockjoin_ex (threadid=140315954259712, thread_return=0…
-
libtorrent version (or branch): 1.1.5
platform/architecture: SLES 12 SP5
gcc version : gcc (SUSE Linux) 4.8.5
I was building libtorrent from scratch using Python 3.8 on SLES 12 SP5. The libt…
-
There are lots of async libraries. Add support for an implementation-agnostic way of doing catui operations. These would be documented so that someone using an async library like boost asio or libuv w…
-
Hi!
In file boost/asio/detail/impl/socket_ops.ipp:
```
boost/asio/detail/impl/socket_ops.ipp:2523:7: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due…
-
on linux ubuntu 18.04 and windows with BOOST 1.67:
I have these errors:
[info] asio async_connect error: system:111 (Connection refused)
Error getting remote endpoint: system: 107
Help will be a…
-
Hello,
we have some problems with the initialization process on windows which results in a crashing application.
We were looking for the bug and think it is connected to calling WSAStartup in DLLM…
-
```
因为代码中
server_handler中do_read, do_write会往worker thread
中post回调,而example中
是on_read中回调了async_write那么有中情况会出现问题,
就是读的包远小于写的
包。因为asio就是一次写还没回调,结果因为异步读调用了下�
��次的异步写,后一次
的异步写把前一次的没有完成的异步写,在asio buffer
…
-
Hi!
liblsl 1.12.0 fails to build in Fedora 28 and rawhide. The error message is
```
In file included from /builddir/build/BUILD/liblsl-1.12.0/src/data_receiver.h:7,
from /buil…