j
k
j a
j l
So, doing this is not allowed: async_write( socket, ... ); async_write( socket, ... );
So, doing this is not allowed:
async_write( socket, ... ); async_write( socket, ... );
It's allowed, but the received might get "blended" data.
Instead, I have to queue the 2nd buffer until the first write is done?
Yes.
Back to the thread
Back to the list