Closed b-kamphorst closed 1 month ago
Thanks for the report. Should be fixed now in master
.
Wow, I'm impressed with the quick response + fix! It now shows the INFO message twice, but remains responsive as expected. Much appreciated 🙏
Happy to help. The info message is just there for informational purposes. 😉
Hi @brutella,
I found another issue in v1.2.12, this time on the responder side. In particular, it gives an error if a network interface is removed. I run
dnssd
on Windows 11 in WSL2 (NAT network mode).Expected behaviour
When I register a service and remove a Docker network, the responder should keep functioning. This is the behaviour in
v1.2.11
:Everything remains alive.
Observed behaviour
When I register a service and create/remove/alter a Docker network, the responder throws an error and freezes (does not respond to
Ctrl+C
). This is the behaviour inv1.2.12
:Now the first terminal shows the following additional output:
The service no longer shows up on a fresh
dnssd browse -Type='_example._tcp'
, nor does the terminal respond toCtrl+C
.In this case the error is triggered by the
docker network remove
command, but I've observed the same behaviour when running adocker compose up
command that should create/alter network interfaces (but not delete them).Hope you can help!