Hi
Is there a way to make sure all message bytes had sent with SendAsync, there is no information provided in the callback of this method so how can assume all the message had sent ?? And whats the maximum size of message we can send using socket in on Send operation ? is there any limitation exists or we can send data as large as we need ??
Thanks for clear responses 😉
If the callback is called without an error indication then the message has been sent.