Skip to content

Commit 7c1e2bc

Browse files
committed
fix(batch): start the context before returning it
1 parent 101936b commit 7c1e2bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/io/weaviate/client6/v1/api/collections/batch/WeaviateBatchClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public BatchContext<PropertiesT> start() {
4747
context.scheduleReconnect(GCP_RECONNECT_INTERVAL_SECONDS);
4848
}
4949

50+
context.start();
5051
return context;
5152
}
5253

0 commit comments

Comments
 (0)