python-zeroconf / python-zeroconf

A pure python implementation of multicast DNS service discovery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNSService and DNSPointer equality check should be case insensitive

bdraco opened this issue · comments

The equality check and hash should use server_key and not server

self._hash = hash((self.key, type_, self.class_, priority, weight, port, server))

The DNSPointer check is probably wrong as well.