Squashed commit of the following:
commit
c6e4f9fbc002d75c9b352193993f967281271066
Author: Sreeja Athirkandathil Narayanan <sathirka@cisco.com>
Date: Thu Apr 1 17:45:12 2021 -0400
appid: Delete third-party connections with context only if third-party reload is not in progress
if (tpsession)
{
if (pkt_thread_tp_appid_ctxt and
- (tpsession->get_ctxt_version() == pkt_thread_tp_appid_ctxt->get_version()))
+ ((tpsession->get_ctxt_version() == pkt_thread_tp_appid_ctxt->get_version()) and
+ !ThirdPartyAppIdContext::get_tp_reload_in_progress()))
tpsession->delete_with_ctxt();
else
delete tpsession;