Skip to content

Commit

Permalink
Revert "Добавил проброс CT в WatchV2"
Browse files Browse the repository at this point in the history
This reverts commit 8f2e925.
  • Loading branch information
AlexZelarge committed Jan 16, 2024
1 parent 8f2e925 commit 6d2c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-etcd/watchClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public async Task WatchV2(WatchRequest request, Action<WatchResponse> method, Gr
}
}, cancellationToken);

await watcher.RequestStream.WriteAsync(request, cancellationToken).ConfigureAwait(false);
await watcher.RequestStream.WriteAsync(request).ConfigureAwait(false);
await watcherTask.ConfigureAwait(false);
await watcher.RequestStream.CompleteAsync().ConfigureAwait(false);
}
Expand Down

0 comments on commit 6d2c497

Please sign in to comment.