We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec3d12 commit 8c32732Copy full SHA for 8c32732
src/Ydb.Sdk/src/Ado/BulkUpsert/YdbBulkUpsertImporter.cs
@@ -109,7 +109,7 @@ public async ValueTask FlushAsync(CancellationToken cancellationToken = default)
109
public async ValueTask DisposeAsync()
110
{
111
if (_disposed) return;
112
- await FlushAsync();
+ await FlushAsync(_cancellationToken);
113
_disposed = true;
114
}
115
0 commit comments