C
chrisben
Hi,
My understanding is that for the same socket, assuming send and receive run
at two different threads, I have to use BeginReceive to avoid the blocking on
send part. However, I can jsut use Send without worrying about any threading
issue in case send and beginreceive happens at the same time on the socket?
Am I correct on this?
Thanks
Chris
My understanding is that for the same socket, assuming send and receive run
at two different threads, I have to use BeginReceive to avoid the blocking on
send part. However, I can jsut use Send without worrying about any threading
issue in case send and beginreceive happens at the same time on the socket?
Am I correct on this?
Thanks
Chris