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
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 request! (As far as I can tell, the line should just be removed. Not sure why it's there.)
It was flooding my logs with refreshes, so fast the rest of the network never could fully initialize. Basically borked my network. Commenting the line out fixed it. (Could instead have disabled it in node.py, but I assume it is correct there and the bug is in network.py)
I'm not sure why everyone doesn't run into this -- maybe using an older openzwave library that has broken refresh requesting or something?
(I don't grok git well enough to submit a patch but it's just one line that needs to go...)
The text was updated successfully, but these errors were encountered:
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 request! (As far as I can tell, the line should just be removed. Not sure why it's there.)
It was flooding my logs with refreshes, so fast the rest of the network never could fully initialize. Basically borked my network. Commenting the line out fixed it. (Could instead have disabled it in node.py, but I assume it is correct there and the bug is in network.py)
I'm not sure why everyone doesn't run into this -- maybe using an older openzwave library that has broken refresh requesting or something?
(I don't grok git well enough to submit a patch but it's just one line that needs to go...)
The text was updated successfully, but these errors were encountered: