Stéphane Magnenat
Stéphane Magnenat
Actually the Linux problem was due to a change in Qt5. Do you experience the reported problem with wired Thymio on reconnection?
Knowing that @FrancescoMondada is on macOS, I think that the specific bug of this issue is present on macOS and Linux. We should try to find a way to reproduce...
> on linux it happens only on test on qt5. Does it happen with the latest version of qt5 branch?
> If I understand this proposal, Dummy Node 0 would recognize that it is connected to the switch, and would never advertise itself? And it is forbidden to connect directly...
I would not say it is better, just rather simpler to implement. Given our limited resources, I would rather make it simple first, and extend the protocol when we see...
Assuming we add support for busy flag, should we add it to the constructor of `Zeroconf::TxtRecord`, to be consistent? In that case, I suggest to add it after `type`. In...
Commit 0012396 adds support for the `busy` flag, and I have local code that adds support for DashelTarget, but it seems that the update of the TXT record is broken...
Commit 72e62c7a implements the support of the `busy` flag in the DashelTarget dialogue box in Studio.
After implementing service remove support (see commit f65ae55f05322bb8b754e49aebb33cb8afeccf66), it appears that the `busy` flag might be uselessly complex. Getting updates of the `TXT` flag on the local client requires doing...
Because of time constraints, I have decided that for 1.6 we will deregister busy services instead of updating the `TXT` field. Nevertheless, commit 5326d03b46cd8e13bb9f7391e020e08d72b3559d introduces a clean and consistent API...