sebastianhaberey / nsd

Flutter Network Service Discovery (NSD) Plugin
61 stars 30 forks source link

Update method_channel_nsd_platform.dart #31

Closed Romaxx closed 1 year ago

Romaxx commented 1 year ago

extend compatibility, meta quest oculus have mdns name "_oculusal_sp._tcp"

sebastianhaberey commented 1 year ago

Thank you for the PR. The name _oculusal_sp is not a valid service type according to specification. With the new plugin version 2.3.0 you can now disable service type validation entirely - see here. This should make the PR redundant.