<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: olegkap **
Comments: ** Comment from web user: olegkap **
Hi thanks for checking and suggestion.
I think CoundownEvent might not work in my case since sometimes there is a need to increase it and I think you must provide value to initiate it with can cannot change it later.
I will close this issue then and keep CoundownEvent in mind for future refactoring of the code.
Thanks,
Oleg