Closed ErwanMAS closed 4 years ago
in dns.go https://github.com/brutella/dnssd/blob/61d1bc6e53ace5b3d9ecb46ffd0b3158c00ae9d0/dns.go#L190 , the result of remove is not deterministic for TXT rr
When we build the array Txt , we fill up by sorting by keys .
Travis-ci job is now fixed on linux .
@brutella do you have time to merge this request ?
Thanks for your PR.
in dns.go https://github.com/brutella/dnssd/blob/61d1bc6e53ace5b3d9ecb46ffd0b3158c00ae9d0/dns.go#L190 , the result of remove is not deterministic for TXT rr
When we build the array Txt , we fill up by sorting by keys .