Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
ALL
Description
Objects derived from BackgroundJob cannot be run more than once.
For example:
background_job.go();
background_job.wait();
background_job.go(); // throws
I'm submitting a pull request in github, with test cases and a patch.
Attachments
Issue Links
- is related to
-
SERVER-7217 Provide a method for C++ driver clients to use for cleaning up global resources
-
- Closed
-