vrc-oscquery-lib
vrc-oscquery-lib copied to clipboard
Fix OSCQuery services being discovered multiple times due to invalid check
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.