deprecate RPCClient::sendRequest()
Changes to provider factory registery make this very inefficient (build a new client context of each request)
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
* @throws RPCRequestException exception thrown on error on timeout.
|
||||
*/
|
||||
static epics::pvData::PVStructure::shared_pointer sendRequest(const std::string & serviceName,
|
||||
epics::pvData::PVStructure::shared_pointer const &request, double timeOut = RPCCLIENT_DEFAULT_TIMEOUT);
|
||||
epics::pvData::PVStructure::shared_pointer const &request, double timeOut = RPCCLIENT_DEFAULT_TIMEOUT) EPICS_DEPRECATED;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user