-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
ALL
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.
- is related to
-
SERVER-7217 Provide a method for C++ driver clients to use for cleaning up global resources
- Closed