forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Open
Description
Hi -- I'm getting this error thrown:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<std::__exception_ptr::exception_ptr>'
A quick google of the error turnedthis stack overflow question up.
At the end of that ticket is this comment:
The author of library found the solution to be using the same instance of the client and not creating/destroying it each time
If I assume that the same approach would work for me, I have the issue that my cpp-netlib client is being created in a fire-and-forget thread each time it is needed. This is because I need them to run concurrently.
Would I need to implement a pool of clients to handle this? Has anyone seen anything similar that they could point me to, if I should?
Thanks for any and all assistance,
Doug.
Metadata
Metadata
Assignees
Labels
No labels