-
I'm upgrading my application from using
**#include **
to using the new boost process v2 stuff by using
**#include **
When I do this, I get the following compile errors in Visual Studio 2022...
…
-
My project already has boost asio. However, I need to modify the source code of cinatra to integrate it with the existing boost asio. Is it possible to provide a macro or something to make this easier…
-
Hi,
I am seeing an issue where the task dispatch to a strand is not completing during shutdown. The problem is that the ``running_in_this_thread`` always return false. I think strands thinks the …
-
*@Harry327 commented on Dec 12, 2019, 2:30 PM UTC:*
Hi,
It seems that there is a deadlock in boost::asio. At highload it may occur once a year, sometimes once a day, or it may never occurs. I use boo…
ghost updated
2 months ago
-
*@redboltz commented on Feb 28, 2020, 6:22 AM UTC:*
I tried to use MSG_ZEROCOPY with asio on Linux.
The motivation that I tried it is avoiding a copy from user memory to kernel memory.
Boost version…
-
```
/opt/homebrew/include/boost/asio/basic_socket_acceptor.hpp:473:45: error: no matching constructor for initialization of 'protocol_type' (aka 'boost::asio::ip::tcp')
void open(const protocol_ty…
-
I have a function that returns a buffer as a span to read the data from socket:
```cpp
boost::span getRecvBuffer();
```
When I call `tcp::socket::async_receive(asio::buffer(getRecvBuffer()))`,…
-
Parameters.cpp
D:\carla\LibCarla\source\carla\Buffer.h(13,10): error C1083: Cannot open include file: 'boost/asio/buffer.hpp': No such file or directory [D:\carla\Build\libcarla-visualstudio\LibCar…
-
*@marc-groundctl commented on Sep 11, 2019, 5:04 PM UTC:*
When compiling this program
```c++
#include
int main() {
boost::asio::io_context ctx_;
boost::asio::posix::basic_stream_descriptor desc(…
ghost updated
3 weeks ago
-
#include
#include
#include "json/json.h"
#include "boost/redis/src.hpp"
// #include
#include
#include
#include
#include
#include
#include
#include
#include
#inclu…