huin / goupnp

UPnP client library for Go (#golang)
BSD 2-Clause "Simplified" License
417 stars 84 forks source link

It's not possible to query ssdp:all #24

Closed dwarburt closed 6 years ago

dwarburt commented 6 years ago

Because the ST on the request and response don't match, a search target such as "ssdp:all" can't be use to query all devices.

huin commented 6 years ago

Thanks for the report, hopefully that change should work.