|
|
@@ -41,7 +41,6 @@ class SSDPServer(DatagramProtocol): |
|
|
|
def doStop(self): |
|
|
|
'''Make sure we send out the byebye notifications.''' |
|
|
|
|
|
|
|
self.transport.write('foobar', (SSDP_ADDR, SSDP_PORT)) |
|
|
|
for st in self.known: |
|
|
|
self.doByebye(st) |
|
|
|
DatagramProtocol.doStop(self) |
|
|
|