UPnP SSDP server reserves socket exclusively
Bug #232651 reported by
Frank Scholz
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Low
|
Philippe Normand |
Bug Description
The call of reactor.
Or failure of whatever is using the ssdp.py module, if another ssdp server is running already.
Changing this to
port = reactor.
will solve this issue.
Ciao,[[BR]]
dev
To post a comment you must log in.
(In [672]) * extern/ upnp/ssdp. py:
Make the SSDP socket not exclusive, allowing other programs to run
on the same port. Closes #96