You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thank you very much for this library. I discovered that I can not see any mDNS entries by default so I debugged a little bit with Wireshark and compared with another implementation.
Same here, after changing port to 0 discovery started to work consistently. Before it was working inconsistently and failing most of the time (returning empty set)
First thank you very much for this library. I discovered that I can not see any mDNS entries by default so I debugged a little bit with Wireshark and compared with another implementation.
Once I changed
Zeroconf/Zeroconf/NetworkInterface.cs
Line 109 in 0527d33
to 0 as port (which automatically chooses a free srcport) it worked. Is this something we can add to the library at least as an option?
The text was updated successfully, but these errors were encountered: