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
reactor.run() is invoked as part of StartTcpServer, StartUdpServer, StartSerialServer when running async servers. An option to be provided to defer reactor.run() call so that it could be called at some other place .
…Server function
2. #283 Fix BinaryPayloadDecoder/Builder issues when using with pymodbus server
3. #278 Fix issue with sync/async servers failing to handle requests with transaction id > 255
4. #221 Move timing and transcational logic to framers for sync clients
5. #221 More debug logs for sync clients
6. Misc updates with examples and minor enhancements
* Modbus sync client timing enhancements #221
Fix TCP server #256, #260
* Fix#221 timing enhancements, #188 workarounds
* 1. #284 Async servers - Option to start reactor outside Start<server>Server function
2. #283 Fix BinaryPayloadDecoder/Builder issues when using with pymodbus server
3. #278 Fix issue with sync/async servers failing to handle requests with transaction id > 255
4. #221 Move timing and transcational logic to framers for sync clients
5. #221 More debug logs for sync clients
6. Misc updates with examples and minor enhancements
* 1. #277 MEI message reception issue with UDP client
2. Fix unit tests
3. Update changelog
* Patch 1 (#292)
* Fix#289 and other misc enhancements
* Replace nosetest with pytest
* Update Changelog
* serial sync client wait till timeout/some data is available in read buffer + update changelog
* serial sync client read updates when timeout is None and Zero
* fix sync client unit test and example
Versions
Pymodbus Specific
Description
reactor.run()
is invoked as part ofStartTcpServer
,StartUdpServer
,StartSerialServer
when running async servers. An option to be provided to deferreactor.run()
call so that it could be called at some other place .Reported/Suggested by @memetb on gitter
The text was updated successfully, but these errors were encountered: