JoelBender / BACpypes3

BACnet communications library
33 stars 7 forks source link

update_device_info broken #21

Open JoelBender opened 8 months ago

JoelBender commented 8 months ago

The DeviceInfoCache method update_device_info() assume that the address cache and instance cache dictionaries are being used and checks to see if there's an update, but does not actually update the it and more critically does not use set_device_info() (which is async) which can be overridden. See custom-cache.py sample.