Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into internaluploadfileasync
# Conflicts:
#	src/Renci.SshNet/ISubsystemSession.cs
#	src/Renci.SshNet/SubsystemSession.cs
  • Loading branch information
Rob-Hague committed Jul 27, 2025
commit cc9f9ce981103fd222f0509888304681f197bc93
4 changes: 2 additions & 2 deletions src/Renci.SshNet/SubsystemSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ public Task<T> WaitOnHandleAsync<T>(TaskCompletionSource<T> tcs, int millisecond

async Task<T> DoWaitAsync(TaskCompletionSource<T> tcs, int millisecondsTimeout, CancellationToken cancellationToken)
{
using RegisteredWait errorOccuredReg = new(
_errorOccuredWaitHandle,
using RegisteredWait errorOccurredReg = new(
_errorOccurredWaitHandle,
(tcs, _) => ((TaskCompletionSource<T>)tcs).TrySetException(_exception),
state: tcs);

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.