Closed
Description
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)
Metadata
Metadata
Assignees
Labels
No labels