pyzeroconf icon indicating copy to clipboard operation
pyzeroconf copied to clipboard

A pure python implementation of multicast DNS service discovery

Results 3 pyzeroconf issues
Sort by recently updated
recently updated
newest added

There are small typos in: - Zeroconf.py Fixes: - Should read `explicitly` rather than `explicity`. - Should read `available` rather than `availble`. - Should read `additional` rather than `addtional`. Semi-automated...

Zeroconf.close() immediately closed sockets which child threads may still need to finish their operations. This was causing EBADF (bad file descriptor) errors in some cases. Zeroconf.close() now blocks until all...

I fixed two things: 1. Hostname resolution seems to have been broken -- in the sample Browser.py the call self.r.getServiceInfo(type, name) would always return None, basically because the hostname wasn't...