Skip to content

Weak references #34

@Kitt3120

Description

@Kitt3120

The ServiceManager and the EventRepeater both hold Arcs to themselves. This causes the Arc to never reach a count of 0, so it will never be dropped from RAM.

Instead of holding Arcs, ServiceManager and EventRepeater should hold only Weak references to themselves.

Metadata

Metadata

Assignees

Labels

refactorOptimizes or restructures code

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions