IPCConnectedFactoryExchange / CFX

Apache License 2.0
75 stars 69 forks source link

OnRequestReceived does not work on Linux #197

Open valentin-puiu opened 10 months ago

valentin-puiu commented 10 months ago

Hello,

I am using .NET Core 8.0 with CFX.CFXSDK.NetCore 1.7.3. If I am running a simple program to send data from one point to another (direct connection, RR), the endpoint that should receive the data does not receive anything if the program runs on Linux. If I run the same program on Windows, it works. Are you aware of any problems that occur on Linux?

Thank you.