sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 919 forks source link

Replace SemaphoreLight with SemaphoreSlim #1265

Closed Rob-Hague closed 6 months ago

Rob-Hague commented 6 months ago

This paves the way for asynchronous synchronisation via WaitAsync (and eliminates a timing test which sometimes fails in CI)

WojciechNagorski commented 6 months ago

How do you know there is a problem with SemaphoreLight?

Rob-Hague commented 6 months ago

How do you know there is a problem with SemaphoreLight?

I looked through the recent builds and saw this one which had failed https://ci.appveyor.com/project/drieseng/ssh-net/builds/48640576/tests. I don't think it will fix any other tests

WojciechNagorski commented 6 months ago

The 2023.0.1 version has been released to Nuget: https://www.nuget.org/packages/SSH.NET/2023.0.1