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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssdDiscoveryRunning doesn't change status when discovery ends

GINNOV opened this issue · comments

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.