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

Re: [reSIProcate] Sometimes sip stack looses outgoing messages before shutting down.


On 06/16/2014 03:51 PM, Scott Godin wrote:
Correct - you need to end all usages (Subscriptions, Calls, Registrations, etc.) as well - before you initiate the dum shutdown.

Scott


On Mon, Jun 16, 2014 at 5:06 AM, palladin <p-aladin@xxxxxxxxx> wrote:
On 06/13/2014 05:10 PM, Scott Godin wrote:
Looks like your shutdown order isn't quite correct.  Take a look at how shutdown works in the basicClient example in dum/test directory.  Some other information on shutting down Dum itself is here: https://www.resiprocate.org/DUM_Application_Shutdown

Basically you should shut DUM down entirely first, then only shutdown the stack after dum is shutdown.

Scott



Hi,Scott,
thank you for reply. There is one more thing I'd like to clarify:
If I have HandleMap full of ServerSubscription handles - it means application won't shutdown until all those handles expire.

Sincerely tez.


Hi,Scott
Some time before there was a patch,concerning ServerSubscription::end.  http://list.resiprocate.org/archive/resiprocate-devel/msg08224.html
Is it available?

Sincerely,tez