pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.25k stars 921 forks source link

Start/stop multiple servers #2341

Open VDigitall opened 5 days ago

VDigitall commented 5 days ago

Description

It would be highly beneficial to have the ability to start and stop multiple servers simultaneously within the pymodbus library. I saw that implementation but it was removed two years ago.

It would be good to have the possibility:

janiversen commented 5 days ago

You can actually already do that by making a simple function....have a look at how start*server works and collects and array of active servers.

Pull requests are always welcome if you want changes.