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 f88509e commit 32becdeCopy full SHA for 32becde
src/Renci.SshNet/ForwardedPortDynamic.NET.cs
@@ -34,10 +34,10 @@ partial void InternalStart()
34
Session.ErrorOccured += Session_ErrorOccured;
35
Session.Disconnected += Session_Disconnected;
36
37
- StartAccept(null);
38
-
39
// consider port started when we're listening for inbound connections
40
_status = ForwardedPortStatus.Started;
+
+ StartAccept(null);
41
}
42
43
private void StartAccept(SocketAsyncEventArgs e)
0 commit comments