-
I'm embedding Pion in a small console application (MSVC-12.0). Unfortunately it crashes when handling a simple HTTP GET request.
I've built it with `boost_1_57_0`, `openssl-1.0.2` and `zlib-1.2.8` an…
-
```
from /home/ilejn/projects/.../HttpServer.cpp:1:
/home/ilejn/projects/.../3rdparty/crow/include/crow/socket_adaptors.h: In member function ‘boost::asio::io_service& crow::SocketA…
ilejn updated
4 years ago
-
For this example, I'm actually quite confused as to why UDP is being emulated to behave like TCP. And for scenarios that support multiple clients, aside from having the DTLS server recreate a socket w…
-
Report an error in case of tcp://: uri when the socket is supposed to be bound to address through bind() and is different from '*'.
E.g. ZMQ_REQ socket with URI = tcp://localhost:4444 must report an…
-
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(…
-
I noticed, that composeUp sometimes takes 4-5 seconds, even when the containers are running from previous execution.
At other times, it is very fast, less than half a second.
On slow runs, the fol…
-
сервис:
```
[Unit]
Description=Manual https://github.com/bol-van/zapret
After=network.target nss-lookup.target
[Service]
Type=simple
ExecStart=/home/dpib/zapret/nfq/nfqws --debug=syslog --qnum=200 I…
-
libtorrent version (or branch):
2.0.10
platform/architecture:
amd64
compiler and compiler version (included in base):
FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git ll…
-
### Current behavior
Whenever Cypress exits, either when terminated in the terminal in headed (browser) mode, or on teardown when the tests are completed in headless mode, the Vite web server crash…
-
I use got http client and I use option `{dnsCache: true}`.
In http-timer packages, theres's two code to calculate dns duration.
1. on socket's `lookup event` listener
https://github.com/szmarcz…