Dear Community,
I'm trying to use the request reply pattern in net5 under Linux (Debian 11 x64).
I see in the User Manual (Part4 Chapter 27) how they supposed to work, and I found cpp examples.
I also found a forum topic explaining the usage for dotnet framwork 4.5 (a dll reference is required from %programfiles%\...), but I can't seem to find neither the Requester nor the Replyer types for .net5.
Can you please help me how to use the request-reply pattern with .net5 (netcore) from under Linux (and possibly from under Windows too).
Thank you!