-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpublish service #105
Comments
Thanks for your kind words!
Have you tried |
Yep, I've tried and still no |
To clarify, I tried the following test:
It seems that
I also ran a client querying the same service type using our example code. It received the
(I will create a PR for supporting unregister in the example code) |
That's odd, I don't see any differences in |
I've merged in the |
Well, I've tried running an example with my full name and started getting an error: |
Do you have the stack trace by any chance? |
btw I've merged in an offset checking and error logging to help debugging if it can be reproduced. |
You could check it running such command: |
Thanks for the stack trace!
I wasn't able to reproduce the crash yet, but the instance name should not be the full name. i.e. should run this instead:
|
Oh, I make the |
Thanks! Btw, I was able to reproduce the crash issue today. I'm not sure what I did differently last time. But TL;DR is:
I will look into a fix for such cases. |
Hi! Great work, I really appreciate this crate because it's so simple and compact. But I've bumped into an error or at least unexpected behaviour: registered services don't send
ServiceRemoved
event and so they're continuously displaying inavahi-browser
even they've done. Tested withdnssd
C library and it sends such message asServiceRemoved
. Could you please add method for removing services manually or evenimpl Drop
for purging all services which are being published at the moment.The text was updated successfully, but these errors were encountered: