mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
1143ad3d24
* fix flaky Sftp_BeginUploadFile test this test can randomly fail because it assumes that the callback has been called when the AsyncWaitHandle was set. But this is not necessarily the case because AsyncResult.SetAsCompleted does it the other way around. example: https://ci.appveyor.com/project/drieseng/ssh-net/builds/49831002/job/1237d4lg46j22pf0 * use ManualResetEventSlim --------- Co-authored-by: Rob Hague <rob.hague00@gmail.com>