You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The write_property method is not sending BACnet packets as expected. While read operations work correctly, write operations fail silently with no packets visible in Wireshark.
This is strongly related to "me learning asyncio" and trying to keep some function synchronous to be used in the REPL... I suspect at some point I'll need to clean that up. And rely on awaitable functions.
The write_property method is not sending BACnet packets as expected. While read operations work correctly, write operations fail silently with no packets visible in Wireshark.
Reproduction Steps
The text was updated successfully, but these errors were encountered: