Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specification of client connection handler in Modbus...Server #44

Merged
merged 1 commit into from
Jul 18, 2014

Conversation

pjkundert
Copy link
Contributor

There is no way to supply an alternative request handler class to ModbusTcpServer. This prevents writing a server that responds cleanly to shutdown, since each client service Thread blocks indefinitely awaiting input from that client. Provide a means to supply an alternative request handler class to ModbusTcpServer (and ModbusUdpServer).

o ModbusTcpServer and ModbusUdpServer allows handler class other than
default Modbus{Connected,Disconnected}RequestHandler
o Add debug logging on request failure, to help diagnose root causes

o ModbusTcpServer and ModbusUdpServer allows handler class other than
  default Modbus{Connected,Disconnected}RequestHandler
o Add debug logging on request failure, to help diagnose root causes
bashwork added a commit that referenced this pull request Jul 18, 2014
Allow specification of client connection handler in Modbus...Server
@bashwork bashwork merged commit d101b57 into pymodbus-dev:master Jul 18, 2014
@pjkundert pjkundert deleted the develop branch February 25, 2015 13:44
ocschwar pushed a commit to ocschwar/pymodbus that referenced this pull request Jun 22, 2016
dhoomakethu pushed a commit that referenced this pull request May 16, 2017
Allow specification of client connection handler in Modbus...Server
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants