ControlPoint.stop() can't stop
Brought to you by:
skonno
when invoke ControlPoint.stop(), the SSDPNotifySocket
and Disposer havn't be freed.
I think that will resolve this problem:
org.cybergarage.upnp.ssdp.HTTPMUSocket.close():
add ssdpMultiSock.close(); before ssdpMultiSock =
null;
org.cybergarage.util.TheadCore.stop():
add threadObject.interrupt() after setThreadObject
(null);
and I think in org.cybergarage.upnp.UPnP, lazy load
xmlParser is better.
Logged In: YES
user_id=901512
Originator: NO
I'll check your patches