You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NR-364636 fixing the persistent store memory leak (#345)
* NR-364636 used weak reference to prevent retain cycles and strong references to ensure the object is not deallocated while being used within the block.
* Added a log when we try to run a block but was deallocated, added the pendingblock to cancel in dealloc also
* Changed to use NRLOG_AGENT_WARNING
0 commit comments