<p>When I Write file using large chunks over lan connection the packets sometimes flood the server resauilting with BadMessage with any subsequent call. It can be solved by using CountdownEvent in WriteRequest.</p><br>
Comments: ** Comment from web user: mladjenovic **
Comments: ** Comment from web user: mladjenovic **
Thanks for your response. I will test the cone next week probably, but what I can see right now you are sending next write chunk when the old one finishes which kinda kills the pipelining and decreases speed.