< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] When should ClientSubsriptionHandle become invalid?


Okay, I figured this wasn't quite right. So a bit more information that may be relevant here. The specific case is when I tear down a subscription from the UAC with the cshandle->end() method. I see the SUBSCRIBE go out on the wire with a zero expiration, and I get a 200OK back. The OnTerminated() handler never fires, so it's not clear to me when the ClientSubscription is supposed to get deleted, or by whom.

Any ideas on how to debug this would be greatly appreciated. Thanks,
--
kobi


On Jan 9, 2007, at 6:14 AM, Scott Godin wrote:

This is strange, the handle should be invalid when ClientSubscription is deleted.

 

Scott

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Kobi Eshun
Sent: Monday, January 08, 2007 7:22 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] When should ClientSubsriptionHandle become invalid?

 

Hi,

 

I noticed that after a client subscription is successfully ended, its handle apparently remains valid indefinitely. Is this something to be concerned about?

 

Thanks,

--

kobi