grungy-ado
grungy-ado
Hi, I encounter the same problem. It seems that problem occurs in asynchronous modbus client when modbus frame is received in multiple chunks, so that `unit` is decoded (`unit =...
I discovered that my intial fix contains bug that cause that object created in coroutine cannot be used outside of this coroutine scope because it unreference all objects created in...
> I'm not sure if the fix needs to be this complex and would be happy to see something simpler. I totally agree. I managed to simplify it in 17dd7ea...