Great Library I use this a works fine.
I have an error (NullReferenceException) when disconnect a session ssh with localportforward, the Session_ErrorOccured event handler in ForwardedPortLocal.NET.cs try to stop the tcpListener that is already stopped and set to null by manual call ForwardedPortLocal.Stop().
I added a simple verification (listener !=null) and works.
Regards.
PD: I run it in a mono 2.10.8, ubuntu 12.04
↧