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

Manage overlapping commands between clients #15

Open
raf924 opened this issue Nov 24, 2021 · 0 comments
Open

Manage overlapping commands between clients #15

raf924 opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@raf924
Copy link
Owner

raf924 commented Nov 24, 2021

Right now, if two clients define the same command name and/or alias, both of them will have the possibility to execute it.
While this can be mitigated by disabling the command in one of the client's config, there should be a way to make it so only one client can use the command.

One solution would be to implement a first come first served algorithm.
Another would be to implement a load balancer.

@raf924 raf924 added the enhancement New feature or request label Nov 24, 2021
@raf924 raf924 self-assigned this Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant