vrc-oscquery-lib icon indicating copy to clipboard operation
vrc-oscquery-lib copied to clipboard

Fix OSCQuery services being discovered multiple times due to invalid check

Open Raphiiko opened this issue 11 months ago • 2 comments

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.

Raphiiko avatar Mar 23 '24 16:03 Raphiiko