MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

Sending messages with source and destination port is preventing the creation of multiple local devices #52

Open RamiKhawaly opened 3 years ago

RamiKhawaly commented 3 years ago

This change was committed on 26 of Aug. Seems that it's interrupting the multiple local devices from getting an answer (For testing, I changed that back and it worked) . Teste with YABE, and all devices is displayed as one device (There is a race condition)

terrypacker commented 3 years ago

@RamiKhawaly can you be specific in exactly what code you changed back. And be more specific about what you mean by race condition?

Thanks for your help.