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
How can a service be registered with a subtype? E.g., with the example registration.py, how would it be modified to register _somethingspecial._sub._http._tcp instead of (or as well as) plain _http._tcp?
How can a service be registered with a subtype? E.g., with the example
registration.py, how would it be modified to register_somethingspecial._sub._http._tcpinstead of (or as well as) plain_http._tcp?