Hi all,
I started working on this a couple of days ago, and set up a simple messaging pattern between multiple devices based upon the Chat example using Xamarin. I have devices able to send and receive messages as long as they are direct messages to a specific address. When I try to use a UDP Broadcast to discover the server, the message is sent (no errors reported on the device – and using Wireshark I can see the messages on the network), but the IncomingPacketHandler is no longer triggered.
I have enabled logging but there is no mention of any errors in that and no PacketHandler error files have been created.
It is almost as if it is being ignored.
Have you seen this before?
Just to re-iterate, code works when a specific address is used, but not when IPAddress.Broadcast is used.
Thanks
Rob