master-nevi / UPnAtom

An open source Universal Plug and Play library with a focus on media streaming coordination using the UPnP A/V profile; written in Swift but for both Objective-C and Swift apps.
MIT License
137 stars 55 forks source link

ssdDiscoveryRunning doesn't change status when discovery ends #33

Open GINNOV opened 8 years ago

GINNOV commented 8 years ago

repro:

  1. execute discovery (using sample app)
  2. wait for the discovery to complete the posting in console
  3. read the value of the property

unless you use the stop method the property ssDiscoveryRunning is not switched back to false. There's no signal/event to know when the discovery is ended to call stop.