You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see anywhere in the code that calls GmsCoreServiceResolver. And if I put breakpoints in it, I can't hit them.
So what does this file do? It doesn't seem to be doing anything but overriding some internal GMS function and printing some debug.
How does this relate to NsdManager.DiscoveryListener?
The text was updated successfully, but these errors were encountered:
In the CHIP SDK, there is an Android interface binding for mDNS service resolution called ServiceResolver. A default implementation, NsdManagerServiceResolver, is provided as a convenience, using the Android platform NsdManager.
Unfortunately, the use of NsdManagerServiceResolver is not spec compliant and is problematic when used with Matter. For example, it only returns 1 address and if there is an IPv4 address, it likely returns that one, which is not spec-defined/compliant.
I can't see anywhere in the code that calls GmsCoreServiceResolver. And if I put breakpoints in it, I can't hit them.
So what does this file do? It doesn't seem to be doing anything but overriding some internal GMS function and printing some debug.
How does this relate to NsdManager.DiscoveryListener?
The text was updated successfully, but these errors were encountered: