It seems like that when using the (in my case UPnP) client the app will never exit because discovery.stop() is never called after it's started. I wasn't sure if discovery.stop() could be placed right after the gateway has been discovered or if it should placed separately and only called on client.close(). Or if this should be necessary at all even.
It seems like that when using the (in my case UPnP) client the app will never exit because
discovery.stop()
is never called after it's started. I wasn't sure ifdiscovery.stop()
could be placed right after the gateway has been discovered or if it should placed separately and only called onclient.close()
. Or if this should be necessary at all even.