Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
"The write_some operation may not transmit all of the data to the peer. Con=
sider using the write function if you need to ensure that all data is writt=
en before the blocking operation completes. "

I would use "write" as recommended in the Asio docs (or change to use async=
operations, or change the logic to use the return value of "write_some").

Cliff

Loading...