Hi,
<br>I&#39;m writing an application that uses the avahi libraries. I seem to be 
able to browse for my defined service (something like &quot;_bottle._udp&quot;), 
and the event thrown to my resolver callback is AVAHI_RESOLVER_FOUND - 
as expected. However, when i kill the service (dies gracefully) the 
event thrown to my resolver callback is AVAHI_RESOLVER_FAILURE with an 
error code:  AVAHI_ERR_TIMEOUT (Timeout reached). What does this mean? 
What could be the cause of this?
<br>
<br>--Terry