Hello,
Why self.running in handle function of ModbusSingleRequestHandler is not set at False on except ? If I run a ModbusSerialServer in a separate thread I cannot stop properly. And I think that the loop in serve_forever function in ModbusSerialServer is useless.
What do you think about that ?