ljean / modbus-tk

Create Modbus app easily with Python
Other
557 stars 211 forks source link

only 7 bytes are emitted by hooks while new data received #164

Open tian-jie opened 2 years ago

tian-jie commented 2 years ago

https://github.com/ljean/modbus-tk/blob/c168f7158abd16d487046eaecb2aa49bf863d9dd/modbus_tk/modbus_tcp.py#L314

tian-jie commented 2 years ago

Maybe I don't understand the background, but I think this should emit all data to end user that data must be processed.