pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 891 forks source link

DictTransactionManager -> ModbusTransactionManager #2042

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

After https://github.com/pymodbus-dev/pymodbus/pull/1966, there is only DictTransactionManager.

It can be combined with the base class.