Search found 1 match
- Tue Dec 03, 2013 12:33 pm
- Forum: Support - RCFProto
- Topic: Asynchronous client
- Replies: 1
- Views: 10042
Asynchronous client
Hello, I can't get the asynchronous client mode to work in C++. The same call made synchronously works perfectly. Stepping through the code, I see this in RcfProtoChannel::onCompletionCpp(): void RcfProtoChannel::onCompletionCpp() { Message * pResponse = mpResponse; Closure * pClosure = mpClosure; m...