-
Preface: issue found in boost 1.62 version of asio library.
There appears to be an issue with Winsock2 initialization at DLL load time, with some versions of the Winsock related DLL's. In particula…
-
Hi.
When trying to use both Boost and non-Boost versions of asio, it fails to compile with multitude of `target of using declaration conflicts with declaration already in scope` and `redefinition o…
-
### Current behavior
loadConfiguration(json); is not working, its not updating the previous configurations, but function returns 0
### Expected behavior
loadConfiguration(json); should update…
-
I am trying to build cpprestsk on Ubuntu 16.04 linking to Boost 1.66. I am getting this error:
> error: conversion to ‘int’ from ‘ssize_t {aka long int}’ may alter its value [-Werror=conversion]
…
-
```
related information:
boost version = 1.39.0
$ uname -a
Linux breeze.localdomain 2.6.30-std-def-alt15 #1 SMP Mon Dec 14 08:46:35
UTC 2009 x86_64 GNU/Linux
also
https://bugs.launchpad.net/qbittorre…
-
*@kkumar45 commented on Jun 7, 2019, 7:02 AM UTC:*
Initializing tcp::socket with boost::ref(io_context) results in compilation error. It looks like a regression in boost::asio.
It can be reproduced …
ghost updated
3 years ago
-
I replaced the https://alexa.boeckling.net in the source code with my https://www.loveandcourage.xyz, compiled the run found code to pause, the log below:
I (1705) wifi: received wifi event 4
I (2…
-
Hi
Something is wrong when you accept new connection. This leads to problems when you want enable jumbo frames in your network. Here is how to reproduce it on localhost, but the real environment wo…
-
My program crashes in the following call stack.
```
[ 00 ] __GI_raise
[ 01 ] __GI_abort
[ 02 ] __gnu_cxx::__verbose_terminate_handler()
[ 03 ] __cxxabiv1::__terminate(void (*)())
[ 04 ] std::…
-
I get this warning on both Clang++8, and Clang++9.
Issue also reported upstream to Boost: https://github.com/boostorg/asio/issues/310
I'm not sure how to fix this.
> In file included from /ho…