Richard Hodges

Results 213 comments of Richard Hodges

I am trying to think how I can best cover the needed information. Do you think one example that covers the use of each method would be the right thing,...

There are some videos of Chris Kohlhoff giving talks on just this subject our there on the internet.

I've compiled on linux and run. It doesn't do much but it doesn't crash. Now trying on Windows.

I don't think it should be a problem that more than one frame has been sent in the same TCP message. We treat the underlying socket as a stream, so...

> Dump of stream with a problem. Look for a packet No 652. > [ws.error.pcap.gz](https://github.com/boostorg/beast/files/7218803/ws.error.pcap.gz) I see only one frame in that tcp message though, and we sent back a...

Great. This is often the case. The most common violations of asio/beast preconditions are: - not protecting a connection with a strand when there are more than one thread, resulting...

Great question. No, there's no way to scatter/gather at the message level. I'm not sure how we'd define that interface. There's nothing to stop you writing a composed operation that...