Skip to content

ArgumentNullException after upgrading from 2024.0.0 to 2024.0.1 #1557

Closed
@VICTORIOUS1989

Description

@VICTORIOUS1989

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions