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

Fix OSCQuery services being discovered multiple times due to invalid check #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Raphiiko
Copy link

When OSC(Query) services are discovered, they are only added if no other service with the same name has already been discovered. For OSC-type services, this works fine. However for OSCQuery-type services, the check is currently invalid, resulting in those services being discovered multiple times.

This PR fixes this issue by instead doing the same check as is being done for OSC-type services.

Copy link

github-actions bot commented Mar 23, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Raphiiko
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

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

Successfully merging this pull request may close these issues.

1 participant