We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acda143 commit fb486feCopy full SHA for fb486fe
src/Renci.SshNet/Session.cs
@@ -85,7 +85,7 @@ public class Session : ISession
85
/// <remarks>
86
/// Some server may restrict number to prevent authentication attacks
87
/// </remarks>
88
- private static readonly SemaphoreLight AuthenticationConnection = new SemaphoreLight(3);
+ private static SemaphoreLight AuthenticationConnection = new SemaphoreLight(3);
89
90
/// <summary>
91
/// Holds metada about session messages
0 commit comments