epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

createRequest: always fails after first failure #44

Closed mrkraimer closed 7 years ago

mrkraimer commented 7 years ago

If a call to createRequest->create fails then all following requests can also fail. This is fixed in https://github.com/mrkraimer/pvDataCPP

A pull request should be created sometime soon and this will also be fixed.

mdavidsaver commented 7 years ago

I think this has been fixed. CreateRequest::create isn't stateful.