Skip to content

Commit

Permalink
Fixed #233
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed May 2, 2024
1 parent 8614f25 commit 699de1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private protected override async ValueTask<IConnectionContext> ConnectAsync(Canc
try
{
connectDurationTracker.CancelAfter(ConnectTimeout);
await socket.ConnectAsync(EndPoint, token).ConfigureAwait(false);
await socket.ConnectAsync(EndPoint, connectDurationTracker.Token).ConfigureAwait(false);
}
catch
{
Expand Down

0 comments on commit 699de1d

Please sign in to comment.