Brandyn

Results 3 issues of Brandyn

https://github.com/OpenZWave/python-openzwave/blob/8be4c070294348f3fc268bc1d7ad2c535f352f5a/src-lib/libopenzwave/values.pxd#LL51C1-L51C27 The GetIndex declaration should read uint16_t, not uint8_t (also need to add uint16_t to cimport line at top). As-is, bits are dropped from the index, causing apparently-redundant values in...

https://github.com/OpenZWave/python-openzwave/blob/8be4c070294348f3fc268bc1d7ad2c535f352f5a/src-api/openzwave/network.py#LL1524C35-L1524C35 This line is a severe bug, at least in my current build: In response to a node responding to a refresh request, this line sends the node another refresh...

The short of it is that _handle_ping_event() sometimes tries to send a reply to a closing socket, which raises an (avoidable) exception from within the websocket thread. This can lead...