Modern C++ Request-Reply pattern

2 posts / 0 new
Last post
Offline
Last seen: 6 years 3 months ago
Joined: 10/18/2017
Posts: 13
Modern C++ Request-Reply pattern

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

Offline
Last seen: 6 years 5 months ago
Joined: 09/17/2015
Posts: 53

We just implemented a RPC server and client pattern for ourselves. It is not that much of an effort.