I have a server that receives a compressed string (compressed with zlib) from a client, and I was using async_receive
from the boost::asio
library
How were you expecting to do this using any other method?
There are a few general methods to sending data of variable sizes in an async manor:
So can your data be parsed, or a length sent etc...