You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from version 2024.0.0 to 2024.0.1, I encountered an ArgumentNullException in the WaitOnHandle method. This issue occurs when executing an SSH command asynchronously.
background service encountered an unhandled exception
System.ArgumentNullException: Value cannot be null. (Parameter 'waitHandle')
at System.ArgumentNullException.Throw(String paramName)
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
at Renci.SshNet.SshCommand.ExecuteAsync(CancellationToken cancellationToken)
The text was updated successfully, but these errors were encountered:
After upgrading from version 2024.0.0 to 2024.0.1, I encountered an
ArgumentNullException
in theWaitOnHandle
method. This issue occurs when executing an SSH command asynchronously.background service encountered an unhandled exception
System.ArgumentNullException: Value cannot be null. (Parameter 'waitHandle')
at System.ArgumentNullException.Throw(String paramName)
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
at Renci.SshNet.SshCommand.ExecuteAsync(CancellationToken cancellationToken)
The text was updated successfully, but these errors were encountered: