On Jan 28, 2013, at 7:59 PM, [email protected] wrote: > I'm using NSNetService to publish a service on a network... and I cannot > remove that service without restarting the computer. The only thing I've > found in any list or discussion board is [myNetService stop], and this does > not work... the service stays around as long as the computer has not been > rebooted.
Something’s going wrong, then. As others have said, the service will go away as soon as you stop it or your app exits (even if it crashes.) Either you have a bug on the other side — in the code that’s doing the browsing — or there’s something messed up with your network. bonjour-dev would be the best place to ask about this. I don’t think many of the Bonjour experts read cocoa-dev. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
