Skip to content

Commit 8c32732

Browse files
committed
hot fix
1 parent eec3d12 commit 8c32732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/BulkUpsert/YdbBulkUpsertImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public async ValueTask FlushAsync(CancellationToken cancellationToken = default)
109109
public async ValueTask DisposeAsync()
110110
{
111111
if (_disposed) return;
112-
await FlushAsync();
112+
await FlushAsync(_cancellationToken);
113113
_disposed = true;
114114
}
115115

0 commit comments

Comments
 (0)