Michael Stufflebeam

Results 5 comments of Michael Stufflebeam

I can confirm that @davidflowerday solution fixes this issue for me on windows. Before his changes I can only get mDns services that are registered locally on my computer, after...

a fix will probably need to be applied to https://github.com/grandcat/zeroconf/blob/master/server.go#L718 too since I cannot receive mDns message from my windows box across the network using this library but I can...

I have no experience in writing network safe go code here, but these changes worked for me to see services registered with this library across the network. Definitely some optimizations...

I've opened up a new PR with platform specific changes https://github.com/grandcat/zeroconf/pull/110

@davidflowerday I don't know if you just needed an active repo with this fix in it, but on my fork: https://github.com/cpuchip/zeroconf I went ahead and pulled in those changes to...