Replies: 3 comments 3 replies
-
Ok at least i managed to get Logs 11/04/2023 10:44:58.474 NetworkInterface name('en7') attempts to create instance of UdpClient. But with the XML i posted i didn't configured an unicast address? why it still trying to use multicast? And, is that library unsupported on MAC? |
Beta Was this translation helpful? Give feedback.
-
Ok, i've configured the Discovery endpoint as it seems it was using Multicast, anyway even in unicast i'm getting the "Socket.IOControl handles Windows-specific control codes and is not supported on this platform." error. Unfortunately it's not clear what's the specific code rising this exception. Anyone else having such issue on a mac? |
Beta Was this translation helpful? Give feedback.
-
Converting to discussion. Feel free to change to an issue if any defect for the .net stack is identified during the discussion. |
Beta Was this translation helpful? Give feedback.
-
Type of issue
Current Behavior
Trying the PubSub over UDP unicast.
This is the configuration i'm trying to use for the publisher: with just the Simple dataset (i've ameded also teh PublishedValuesWriters to just generate data for teh Simple dataset):
And this is the one for the Subscriber:
What's wrong here?
p.s. i've used the reloa the XML instead of building all the time the configuration in code: UaPubSubConfigurationHelper
Anyway also when building in code didn't work
Expected Behavior
I expect that the subscriber application receive the data published by the publishing application.
Steps To Reproduce
I've used the Quick Start for pub sub and just reduced to the Simple dataset only.
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions