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
* Improve transaction speeds for sync clients (RTU/ASCII), now retry on empty happens only when retry_on_empty kwarg is passed to client during intialization
233
+
* Improve transaction speeds for sync clients (RTU/ASCII), now retry on empty happens only when retry_on_empty kwarg is passed to client during initialization
234
234
235
235
`client = Client(..., retry_on_empty=True)`
236
236
@@ -259,20 +259,20 @@ Version 1.4.0
259
259
* Payload builder and decoder can now deal with the wordorder as well of 32/64 bit data.
260
260
* Support Database slave contexts (SqlStore and RedisStore)
261
261
* Custom handlers could be passed to Modbus TCP servers
262
-
* Asynchronous Server could now be stopped when running on a seperate thread (StopServer)
262
+
* Asynchronous Server could now be stopped when running on a separate thread (StopServer)
263
263
* Signal handlers on Asynchronous servers are now handled based on current thread
264
264
* Registers in Database datastore could now be read from remote clients
265
265
* Fix examples in contrib (message_parser.py/message_generator.py/remote_server_context)
266
266
* Add new example for SqlStore and RedisStore (db store slave context)
267
267
* Fix minor comaptibility issues with utilities.
268
268
* Update test requirements
269
269
* Update/Add new unit tests
270
-
* Move twisted requirements to extra so that it is not installed by default on pymodbus installtion
270
+
* Move twisted requirements to extra so that it is not installed by default on pymodbus installation
0 commit comments