AnonHax0r

Results 6 comments of AnonHax0r

I believe there is also an issue with large amounts of clients, I had to modify the source code to use a POLL selector instead, not sure if that is...

@dhoomakethu I am running around 600 devices or more, and growing. can only run so many with a select call, upgrading the client to use a poll call prevents this...

`class BaseModbusClient(ModbusClientMixin): """ Inteface for a modbus synchronous client. Defined here are all the methods for performing the related request methods. Derived classes simply need to implement the transport methods...

@dhoomakethu of course, give me a little time to clean it up and get it working in the actual repo and I will do that. I have only tested this...

@janiversen well that is good news! And that is also understandable, it was unfortunately a requirement for me to modify for handling large quantities of connections. I will avoid submitting...

I definitely did misunderstand, i havent collabed much via github so didnt want to step on toes, I appreciate the reply and all the work you guys have done. I...