5 Nov
2017
5 Nov
'17
11 p.m.
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.