Problem closing the server
Brought to you by:
pscottmurphy
I encounter the following error when i try to close the
server object:
Traceback (most recent call last):
File "Zeroconf.py", line 862, in run
self.readers[socket].handle_read()
File "Zeroconf.py", line 905, in handle_read
data, (addr, port) = self.zeroconf.socket.
recvfrom(_MAX_MSG_ABSOLUTE)
File "d:\etc\Python24\lib\socket.py", line 144, in
_dummy
raise error(EBADF, 'Bad file descriptor')
error: (9, 'Bad file descriptor')
I have version 0.12 of pyzeroconf and the message is
encounterd when running "python Zeroconf.py" or the
example files.