I have one instance of an NSNetServicesBrowser in my application. I set it to go find browsedomains (only) and it happily goes and finds both of them. I thought that I could use the same instance to find services in the domains it finds, but if I add [ browser searchForServicesOfType:<type> inDomain:<domain> ] in the callback for the netServiceBrowser finding a domain then firstly it stops finding domains, and secondly it doesn't find any services.
Is an NSNetServiceBrowser limited to searching for domains *only* or for services *only* and cannot be configured to do both? I can make two, it's fine, but if there is that limitation I couldn't find it in the documentation. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com