-
```
This assert occurs quite often on my machine. qbittorrent 3.2.0alpha.
libtorrent 1.0 r10791. As it seems limit 50 is quite arbitrary I'm going to
raise it and see if it works.
assertion failed.…
-
Hello,
I modified the example_with_all.cpp as the following:
CROW_ROUTE(app, "/")
.name("hello")
([&app]{
app.stop();
return "Hello World!";
});
I…
-
Consider the following program:
```c++
#include
#include
#include
#include
#include
#include
using Model = int;
using Action = int;
Model update(Model orig, Action add)
{
…
-
Seems to be unable to convert from io_context to any_io_executor when compiling on MSVC with /std:c++20 and /permissive.
See https://godbolt.org/z/fE5oPqb1M for example
```
boost::asio::i…
exjam updated
2 years ago
-
## Motivation
Currently, if you want to use the WASAPI audio API, you have to pass the system samplerate, otherwise the Server refuses to boot. For example:
```
Requested sample rate 44100.00…
-
libtorrent-rasterbar 1.2.13
OpenBSD/amd64
Clang 11.1.0
When OpenBSD upgraded from Boost 1.76 to 1.77 we noticed some libtorrent-rasterbar torrent clients crashing upon startup..
```
$ del…
-
Please update recipe for new release
https://conan.io/center/recipes/asio-grpc
-
I was using the following code to add server certificate to http_listener, also tried to verify the certificate of external clients who are trying to connect to http_listener. The server certificate (…
chnex updated
8 years ago
-
Now that we have #45 ...
Is it viable to remove Boost as a dependency and just use the Non-boost version of ASIO?
https://think-async.com/Asio/AsioStandalone.html
-
From the changelog:
> The service template parameters, and the corresponding classes, are disabled by default. For example, instead of basic_socket we now have simply basic_socket. The old interfac…