Haukcode.ArtNet icon indicating copy to clipboard operation
Haukcode.ArtNet copied to clipboard

Cannot receive data from non-broadcard address.

Open Solantech opened this issue 6 months ago • 17 comments

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);

Image

Solantech avatar Jul 15 '25 04:07 Solantech