23 Sep
2010
23 Sep
'10
3:41 p.m.
Hi,
Is this legal? I think I understood in the documentation that it isn't, but I'm not sure if it means this:
void func() {
async_write(....); async_write(...); } There is no problem with this, but the data is not guaranteed to be sent ordered. So if order matters (which is usually the case) either use one buffer or use the callback.
Regards, michi7x7