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
The tasks hold an Arc to Background, which holds an Arc to the request_responses, which itself holds the tasks.
Even if the JSON-RPC service is free'd, the Arcs stay alive.
The text was updated successfully, but these errors were encountered:
The tasks hold an
Arc
toBackground
, which holds anArc
to therequest_responses
, which itself holds the tasks.Even if the JSON-RPC service is free'd, the
Arc
s stay alive.The text was updated successfully, but these errors were encountered: