Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TrackingMap to make Arc/Weaks used more robust #4232

Closed
RitaMAllenCA opened this issue Aug 23, 2023 · 1 comment
Closed

Add TrackingMap to make Arc/Weaks used more robust #4232

RitaMAllenCA opened this issue Aug 23, 2023 · 1 comment
Assignees

Comments

@RitaMAllenCA
Copy link

In some places in the node we currently shuffle Arcs and Weaks around, with manual cleanup. This functionality, if not replaced, should be replace with a tested data structure that tracks these things by itself and ideally removes the Weak on Drop, or garbage collects them when prompted.

@marc-casperlabs
Copy link
Contributor

This has been made obsolete with the addition of the new connection manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants