sahnnu

Results 3 issues of sahnnu

pplx::task request_task = client.request(request); try { **web_response = request_task.get();** result = true; } catch (const std::exception& ex) { string_t errorMessage; ErrorMsg = L"Can't reach the confighub agent. " + utility::conversions::to_string_t(ex.what());...

I have implemented a opcuaserver using opcua c++ sdk . The Server crashes in following scenario 1.OpcuaServer is connected to UaExpert(OpcuaClient) UaExpert is monitoring tags. [Tags are Monitered while server...