AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

TCP Server Modbus Timeout after disconnect and reconnect after some time. #106

Open Patel-Kishan-Eng opened 3 years ago

Patel-Kishan-Eng commented 3 years ago

Dear,

I have use umodbus TCP-Server when client is close connection unfortunately without close connection request(Network Connection Cable Remove) and then client try to reconnect with Modbus server Modbus Timeout Error is there in client side.

Is there any one face this kind of problem?

umodbus TCP-server is Support Multiple Clients?

Thanks

jaapz commented 3 years ago

Could you provide some code to show how you are setting up your server?

ghost commented 3 years ago

It's hard to guess what's wrong, but this may be the same as bug #63.