add more support for no block; removed extra create methods for put and get

This commit is contained in:
mrkraimer
2017-09-08 14:22:50 -04:00
parent 97d9dc2034
commit 4606d84185
8 changed files with 297 additions and 154 deletions

View File

@@ -150,7 +150,6 @@ PvaClientMonitor::~PvaClientMonitor()
}
if(monitor) {
if(isStarted) monitor->stop();
monitor->destroy();
}
}
@@ -400,7 +399,6 @@ void PvaClientMonitor::start(string const & request)
if(!pvr) throw std::runtime_error(createRequest->getMessage());
if(monitor) {
if(isStarted) monitor->stop();
monitor->destroy();
}
monitorRequester.reset();
monitor.reset();