hafidz1977 / pymodbus

Automatically exported from code.google.com/p/pymodbus
0 stars 0 forks source link

Wrong signature of the Client's connectionLost() method #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The twisted framework expects the connectionLost() method
to accept a 'reason' parameter. The ModbusServerProtocol
implements this correctly, but ModbusClientProtocol only
has the parameter self.

Please fix.

Original issue reported on code.google.com by albert.k...@gmail.com on 9 Feb 2011 at 2:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r105.

Original comment by Bashw...@gmail.com on 9 Feb 2011 at 3:26