SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

Correction for issue #562

Open EricGarnier opened this issue 5 years ago • 4 comments

To correct issue #562, use only one ManualResetEvent is SshCommand , which is signaled when the command complete, either on success or on error. Add also a dispose of this ManualResetEvent.

EricGarnier avatar Feb 13 '20 09:02 EricGarnier

@EricGarnier PR needs refreshing.

WojciechNagorski avatar Aug 25 '23 11:08 WojciechNagorski

What do you mean ? How I am supposed to refresh the PR ?

Thanks for your help.

Eric

EricGarnier avatar Aug 25 '23 11:08 EricGarnier

@EricGarnier PR needs to be refreshed due to merge conflicts.

WojciechNagorski avatar Aug 25 '23 11:08 WojciechNagorski

Hi @WojciechNagorski , I was unable to update the PR, so I create a new one. #1164 Sorry for this.

Eric

EricGarnier avatar Aug 25 '23 17:08 EricGarnier

Closing per https://github.com/sshnet/SSH.NET/issues/562#issuecomment-2168778374 (sorry)

Rob-Hague avatar Jun 14 '24 21:06 Rob-Hague