-
### HHVM Version
3.18.1
### Standalone code, or other way to reproduce the problem
````
-
Jira Link: [DB-1592](https://yugabyte.atlassian.net/browse/DB-1592)
@rajukumaryb reported this earlier
Workflow seemed to be a manual attempt of restarting to a new version
- create a default rf3…
-
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(…
-
In my own ASIO based network libraries I spent days trying to track down a race condition and finally came across the following post:
https://stackoverflow.com/questions/36016135/asioasync-write-and-…
-
We have a self-written program which compiled without any issues until 1.75.0. I had some spare time and tried to find out, why the compiler reports syntax errors since 1.76.0.
In file included fro…
-
While looking at https://think-async.com/Asio/asio-1.22.1/doc/asio/overview/composition/coro.html
I try to compile the first code snippet and the read_lines function does not compile
```C++
coro li…
-
Hi there. Thank you for the great library.
We are using websocketpp for the client connections and faced with the issue that is described at https://tools.ietf.org/html/rfc6555 document. When using `…
-
Since there isn't a discussion tab, I'm having to post an issue.
Does anyone have opinions on the use of stackful vs stackless coroutines in asio?
Some of the discussion points?
* Performance
*…
-
On Big Sur 11.2.3.
Steps to reproduce:
1. Follow instructions in README to uninstall existing.
2. Follow instructions in README to install `1.22.0.pkg`, basically like this:
```
git clone h…
-
*@avakhrushev commented on Jul 8, 2019, 10:57 AM UTC:*
Using boost::asio::ip::tcp::socket::shutdown(tcp::socket::shutdown_both, ec);
(Edit: referenced indirectly from basic_socket::shutdown)
I get th…
ghost updated
3 years ago