We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dbad2 commit f7590b5Copy full SHA for f7590b5
pymodbus/transaction.py
@@ -476,3 +476,6 @@ def reset(self):
476
self.transactions = type( # pylint: disable=attribute-defined-outside-init
477
self.transactions
478
)()
479
+
480
+class DictTransactionManager(ModbusTransactionManager):
481
+ """Old alias for ModbusTransactionManager."""
0 commit comments