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

[Feature Request]: Reject TCP and Serial connections if another client is already connected #5586

Open
garthvh opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request high-priority Issues that affect core functionality or are "show stoppers"

Comments

@garthvh
Copy link
Member

garthvh commented Dec 15, 2024

Platform

NRF52, ESP32, Linux Native, Cross-Platform

Description

Currently both TCP and serial connections will break an existing connection if another client is already connected. BLE stops advertising and does not connect if there is another connection in place already.

It would be good to reject new connections is one is already running, this issue is only going to get worse when the MUI launches which uses the device connection to communicate with the firmware.

@garthvh garthvh added enhancement New feature or request high-priority Issues that affect core functionality or are "show stoppers" labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high-priority Issues that affect core functionality or are "show stoppers"
Projects
None yet
Development

No branches or pull requests

1 participant