Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start/stop multiple servers #2341

Open
VDigitall opened this issue Sep 27, 2024 · 1 comment
Open

Start/stop multiple servers #2341

VDigitall opened this issue Sep 27, 2024 · 1 comment

Comments

@VDigitall
Copy link

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:

  • Start a few servers
  • Stop all servers at once.
  • Stop each server separately
@janiversen
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants