Boost logo

Boost Users :

Subject: Re: [Boost-users] [asio] Does ssl::stream allow multiple pending async operations?
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-11-05 23:00:51


On 11/05/2017 05:46 PM, Phil Sean via Boost-users wrote:

> What about two outstanding read operations or two outstanding write operations? I think they're safe for tcp::socket but not ssl::stream.

You are not guaranteed that multiple asynchronous write operations are
executed in the order you initiate them, so having more than one
outstanding operation can lead to unexpected results.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net