1
As you can see in the link below, the Streamreceiver method uses the Beginread method to read asynchronously, whereas the Senddata method does not use asynchronous writing, which is the logic to read asynchronously and write synchronously?
To obtain a good performance, being that the flow of reading and writing data would be practically equivalent, Beginsend should be used to write also asynchronously?
Instead of pointing to your Blog, paste the contents of the archive here. Because the link to your Blog may become unavailable over time. Thanks for wanting to help, and I hope you’re not taking it personally, but that’s how Sopt works(As far as I can tell)!
– Marciano.Andrade
Martian, no personal side :-). I understand politics. But I think the reverse is true. If I paste the content you have and the entire implementation of a socket server here, or more detailed work on the internet, it will be unreadable. The same when someone references a msdn documentation. Should we paste the whole original? On the other hand, I understand that the question has been answered.
– Eric Lemes