Challenge: The race condition in the TCP stack, answer

added by DotNetKicks
7/26/2016 1:38:29 PM

289 Views

In my previous post, I discussed a problem in missing data over TCP connection that happened in a racy manner, only every few hundred runs. As it turns out, there is a simple way to make the code run into the problem every single time. The full code for the repro can be found here.


0 comments