Add note regarding current disabled status of mDNS#661
Add note regarding current disabled status of mDNS#661cco3 wants to merge 1 commit intogoogle:masterfrom cco3:mdns2
Conversation
| @@ -1,5 +1,7 @@ | |||
| ## mDNS Support | |||
|
|
|||
| **Due to several issues, mDNS support is currently disabled this app! We intend to revisit (and hopefully reenable) this feature in the future.** | |||
There was a problem hiding this comment.
disabled *in this app
IMO "re-enable" reads better than "reenable"
|
I'm also wondering if this is true of the android chrome implementation. I didn't have an mdns server to hand that would allow me to generate the structure that avahi would, as the one I had was too strict. Across the board, it'd be nice to know what is and isn't supported by the chrome implementation, especially as the chrome implementation links to this repo in docs. It appears by experimentation that ssdp and bluetooth work in chrome the way they are described here. |
|
The android chrome implementation doesn't have mdns support. This is a test bed and will typically have always have features not in the chrome implementation. ssdp also doesn't work in chrome...not sure why it appears to for you. I'm not sure the docs in this repo are the best place to describe the feature sets of other PW clients. It's something we can consider though. |
|
e.g. https://support.google.com/chrome/answer/6239299 links to this repo. I thought I saw something from developers.google.com too, but I may have got my wires crossed. |
No description provided.