Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Gone away
-
3.5.1
-
None
-
None
Description
Say I call
auto bulk = coll.create_bulk_write();
and append some writes and call
auto result = bulk.execute();
Afterwards, every object created using .create_bulk_write from now on fails and does not execute.
Is there some way to reinitialise the object created by create_bulk_write()