Hello everyone,
I was wondering if the Request-Reply pattern will be available for Modern C++ (C++11).
In this forum I read that it should have been available with the 2017 RTI major realease (I guess it is the 5.3.0) but it isn't.
Always in this forum I found a way to implement a Request-Reply pattern in C++11 using the additional library "rticonnextmsgcpp2z.lib" but I know that this library is not supported yet, but just a prototype (is it true?).
Here is the link: https://community.rti.com/kb/modern-c-request-reply-code-example
Thanks for your support,
- Luigi
We just implemented a RPC server and client pattern for ourselves. It is not that much of an effort.