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

Shutdown slave when another one connects with the same id #350

Open
Hornwitser opened this issue Dec 27, 2020 · 0 comments
Open

Shutdown slave when another one connects with the same id #350

Hornwitser opened this issue Dec 27, 2020 · 0 comments
Milestone

Comments

@Hornwitser
Copy link
Member

Currently if two instances of the same slave is started up then an infinite reconnect loop happens where each take turn in disconnecting the other from the master. Something should be done to break this loop. My thoughts are either disallow connecting when the connection is active, or shutdown the slave if its disconnected due to another connection with the same id being received on the master.

@Hornwitser Hornwitser added this to the 2.0 release milestone Jan 5, 2021
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

1 participant