netServiceBrowserDidStopSearch not called
        Posted  
        
            by user263569
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user263569
        
        
        
        Published on 2010-04-23T03:36:25Z
        Indexed on 
            2010/04/23
            3:43 UTC
        
        
        Read the original article
        Hit count: 181
        
cocoa
I'm now writing a Bonjour service listener class, according to the document here:
Currently, it seems working, I can receive "netServiceBrowserWillSearch:" and "didFindService:moreComing:" correctly. However, after a long wait, I cannot receive " netServiceBrowserDidStopSearch:" or "netServiceBrowser:didNotSearch:". Therefore I don't know that is the proper time for my delegate class to stop showing some UI.
Could anyone have an idea for this? Thanks.
© Stack Overflow or respective owner