pymodbus-dev / pymodbus

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

eliminate redundant server_close() #2041

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

server.server_close() is essentially only an alias for server.shutdown(). Since it is not part of the public API, remove it.

Cherry-picked from https://github.com/pymodbus-dev/pymodbus/pull/2033 (0071ac11d0e050b2e168b86e6cde42898855e1a8)