Richard Hodges

Results 213 comments of Richard Hodges
trafficstars

I don't think you're queuing your writes. You must not have any more than one asynchronous write in progress at any one time. You must not have any more than...

You may have one read and one write and one close in progress at the same time. but you may not initiate a read while a read is in progress,...

`tcp::basic_socket` Is spelled: `asio::basic_socket`

Hi @haashirashraf are you able to provide a minimal complete verifiable example of the client failing to decompress the compresses frames? I'd like to run this locally if possible in...

Personally I think there is great value in a c++20 example. @vinniefalco I presume we'll also want to implement a c++11 version?

I’d like to write a little application with it to give you some feedback.

Beast/asio is limited only by the hardware and OS. I can confirm that massively scaling is possible with beast and works well. I did this when working for a cryptocurrency...

Late here now but I’ll write something in it after I’ve competed this months blog (which covers some epic new features about to be released in asio)

I would also value this as I want to install both versions of openssl for CI testing of the C++ library Boost.Beast. Many thanks.