Tolga Çakır
Tolga Çakır
This feature should support types that include arrays. For example; ```C# s7Client.Read(...); //generic reading operation ``` ```C# //the c# entity model of the data block public class PlcRequestDataBlock { public...
Hi, Thanks a lot for your interest. I've just tried to read data with Sharp7.Rx. The reactive approach and the **S7-variable-name-based** mapping looks very usable. But the same issue comes...
can you share your request? you should inherit from IAppRequest and your response should be BaseResponse.
There are 2 ways to solve this issue: 1 - Use `IRequest` instead of `IAppRequest` in your behavior: ``` public class UnhandledExceptionBehavior : IPipelineBehavior where TRequest : **IRequest** where TResponse...