pymodbus-dev / pymodbus

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

Solve transport close() problem (regression). #2098

Closed janiversen closed 3 months ago

janiversen commented 3 months ago

When transport decides to close a connection it needs to call its own close() not any inherited close.

We have used intern= to secure that, but some of the type hint changes, broke that.