Are notifications cleaned up when subscriber is deleted?
Posted: Thu Mar 21, 2019 12:57 pm
by Callum
Do I need to call endNotifcationForSubscriber before deleting the subscriber object? ie. does Jade clean up the pending notifcations when the subscriber object is deleted?
Re: Are notifications cleaned up when subscriber is deleted?
Posted: Thu Mar 21, 2019 1:04 pm
by Kevin
Yes, I believe so - It's at least something I see being done in complicated areas that use a lot of notifications as a safeguard to avoid any 1227 exceptions, where there's a risk specific notifications may not have been explicitly ended using endNotification or endClassNotification.