Haukcode.ArtNet
Haukcode.ArtNet copied to clipboard
Cannot receive data from non-broadcard address.
My computer has address 192.168.1.11, the device has address 192.168.1.125. I send from the device to 255.255.255.255 and receive data, but send to 192.168.1.11 and do not receive data. Although I checked with wireshark and saw the message. I checked further and found that this function does not receive the message (ReceiveData in ArtNetClient.cs): var result = await this.listenSocket!.ReceiveMessageFromAsync(memory, SocketFlags.None, _blankEndpoint, cancelToken);