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

Same key issue on Logitech #392

Closed
Aytackydln opened this issue Jun 27, 2024 · 2 comments
Closed

Same key issue on Logitech #392

Aytackydln opened this issue Jun 27, 2024 · 2 comments

Comments

@Aytackydln
Copy link
Contributor

Aurora-RGB/Aurora#220

@DarthAffe
Copy link
Owner

DarthAffe commented Jun 27, 2024

@diogotr7 the issue sees sto be caused by this dictionary if multiple devices with the same usage are present.

.ToDictionary(x => (byte)x.GetUsage(), x => x);

I'd say calling distinct on the usage should be fine - any thoughts on this?^^

@DarthAffe
Copy link
Owner

Hey, sorry I somehow completely forgot about this issue. should be fixed in 3.0.0-prerelease.3

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