Skip to content

Commit

Permalink
fix(swift): wait for tasks while sending chunk batches (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Mar 11, 2024
1 parent e753bbf commit 1f56734
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -416,6 +416,7 @@ public extension SearchClient {
let batchResponses = try await self.chunkedBatch(
indexName: tmpIndexName,
objects: objects,
waitForTasks: true,
batchSize: batchSize,
requestOptions: requestOptions
)
Expand Down

1 comment on commit 1f56734

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.