
26 Dec
2011
26 Dec
'11
9:17 p.m.
Hi, I'm sending unicode text over a socket using boost::asio::async_write and boost::asio::buffer however only 1/4 of the string ends up at the receiver. What must I do so that all bytes are sent? Thanks!