-
Hi - We've been testing libkafka-asio for a while and it has been great. However, we run into this error once in a while and haven't been able to figure out what is causing it:
Topic or partition…
-
Hi there,
This project is awesome and it's great boost::asio serial alternative, however there are some crucial pull requests that really needs merging into master. Right now I've merged things loc…
-
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…
-
So far, dnsfwd has shut down with two different errors, IF it has answered dns queries:
> dnsfwd --bind-udp 127.0.0.1:9999 --connect-tcp 127.0.0.1:53
shutdown: Socket is not connected
> dnsfwd …
-
I have developed a library that uses Boost.Asio. I have a lot of standardese documentation for it. Yet it is unable to generate any documentation for it because of the underlying dependency of Boost.A…
-
- [x] 1. Fix `cli_wallet`-logging #485
- [x] 2. Fix `cli_wallet`-segfault on wrong http request #497
- [ ] 3. Fix `cli_wallet` locking on wrong request from command line #498
- [x] 4. Add auto-re…
-
Somehow I am not able to get boost test working with cpm.cmake. I have used the snippet for boost libraries, used cache but neither the include nor libraries are found.
-
I think we should stop developing standalone. Let the community manage it. If users can't be bothered to install Boost why should we support them? At the same time we can drop C++03 support from the B…
-
A network is composed of an IP and a prefix length.
It is a common task to test if an IP is part of a network. Classes like `std::string` get a `contains` method with C++20. I think it would be hel…
-
The placeholders like asio::placeholders::error are only defined if ASIO_HAVE_BOOST_BIND is set. In a standalone build, it won't be, so the placeholders don't work.