-
Notifications
You must be signed in to change notification settings - Fork 51
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
problem when renewing connexion #32
Comments
i have to stop and start browser 3 times to find my devices again, but even if one device is unplugged, it found it. can you help me ? |
Hi Jeremy, I do not have any mac hardware at the moment as I am working from home due to covid-19. Could you please run the example and see if it has the same behaviour. Please also remember that TTL records are typically 120 seconds |
Hi, |
here, is my function to refresh mDNS browser: void MainWindow::on_buttonn_refresh_clicked(){ is it correct ? because i have to click on 3 times before i can see my devices |
Same here: When I trigger startBrowser() 3 times, it works again. |
Can you see if the same issue exists one and two commits back?
8625824 "Bonjour - need to keep
resolvers around for updates"
and
c286fcd "Change browser protocol
options so it can only be IPv4 or IPv6, not both."
I don't have any apple hardware at the moment (covid-19 / working from home)
Jon
…On 2020-03-29 4:23 p.m., Manuel wrote:
Same here:
Apparently the resolverCallback is not called when calling:
DNSServiceResolve (bonjour.cpp:88).
When I trigger startBrowser() 3 times, it works again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFEL42WHQM4TD4JLO2XNPTRJ6U3TANCNFSM4LUSGGMA>.
|
sorry but i am not sure to understand what you want me to do ? |
Manuel (mincequi) found this issue is a result of commit 8625824. I don't need you to do anything at the moment. I am going into my work tomorrow to pick up some things. I can grab the old mac I've been testing with. You can use c286fcd for the time being. By rolling back to this older commit, you will loose the functionality of IP address updates if the IP address of a device changes. |
into avahiclient.cpp, there is #include librairies that are not founded, such as : avahi-client/client.h, avahi-client/publish.h avahi-client/lookup.h. actually, there is no file named "avahi-client" in the downloaded file. |
Build Dependencies
Qt5
On Linux, libavahi-client-dev and libavahi-common-dev
…On 30/03/20 05:10 PM, jeremyczaicki wrote:
into avahiclient.cpp, there is #include librairies that are not
founded, such as : avahi-client/client.h, avahi-client/publish.h
avahi-client/lookup.h. actually, there is no file named "avahi-client"
in the downloaded file.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFEL42PTUCK55POBU3FZ4TRKEDDXANCNFSM4LUSGGMA>.
|
Hi jbagg, |
Yes, please type I tried to re-install El capitan on my companies macbook, but when I enter my apple id, it fails. (and I already erased the drive) I can login to the web, but not the installer. Good old apple quality! I've thought about buying a newer mac, but I think I would be throwing away my time and money. Apple just isn't friendly to developers (or anyone for that matter) |
Is there an Update on this issue? As mentioned before, i can test that for you. |
yes, this should be fixed in commit 9d7b114 (July 8th, 2020). Please test. |
Hi,
I use qzeroconf in my app to discover Cisco devices. when i launch my app and start browser, i can get all my devices connected to the network, but when i unplug a device:
1)removeService is emitted
2) if i plug another device, i cannot see it
3)if i replug the device i unplugged, service does not appear anymore.
to resume, when i just unplug a device, no more service is added.
i am developing on Mac OS Mojave
Do you have a solution ?
The text was updated successfully, but these errors were encountered: