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
Zombie invocations remain in _invocations_by_call with references to callee, caller, authorization that will not be GC'd
Testing changes that preserve original caller session ID in InvocationRequest object, so it can be deleted by key from _invocations_by_call with del self._invocations_by_call[invocation_request.caller_session_id, invocation_request.call.request]
Will submit PR shortly
The text was updated successfully, but these errors were encountered:
DZabavchik
added a commit
to NinjaRMM/crossbar
that referenced
this issue
Sep 4, 2023
Finally found this leak that was haunting for 7+ years
crossbar/crossbar/router/dealer.py
Lines 1135 to 1139 in 0089c1e
Zombie invocations remain in
_invocations_by_call
with references to callee, caller, authorization that will not be GC'dTesting changes that preserve original caller session ID in
InvocationRequest
object, so it can be deleted by key from_invocations_by_call
withdel self._invocations_by_call[invocation_request.caller_session_id, invocation_request.call.request]
Will submit PR shortly
The text was updated successfully, but these errors were encountered: