Are there any implications to use IPAddress.Any in the UDP receiver? We can leave the IP input to the component, but instead of assuming loopback for no address input, we could just have the component listening to any data coming through the specific port.
Are there any implications to use IPAddress.Any in the UDP receiver? We can leave the IP input to the component, but instead of assuming loopback for no address input, we could just have the component listening to any data coming through the specific port.