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

Fix Network Controller leak and Dependency Provider usage #3367

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

bwaresiak
Copy link
Collaborator

Task/Issue URL: https://app.asana.com/0/414235014887631/1208331423616717/f
Tech Design URL:
CC:

Description:

Fix Network Controller leak and Dependency Provider usage so it doesn't generate multiple instances unnecessarily.

Steps to test this PR:

Run app with allocations & leaks Instruments to ensure no extra instances of Network related classes are created.

Smoke test app instantiation and lifecycle around DI changes.

Definition of Done (Internal Only):


Internal references:

Software Engineering Expectations
Technical Design Template

@bwaresiak bwaresiak changed the base branch from main to release/7.138.0 September 18, 2024 10:56
Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ✅ Changes look good.
  • ✅ The tunnel controller retain cycle is fixed for me.
  • ✅ Did some testing around the VPN and it's working fine.
  • ✅ Additionally, I'm no longer seeing multiple instances of AppDependencyProvider.

Nice job!

@bwaresiak bwaresiak merged commit 56cc6c7 into release/7.138.0 Sep 18, 2024
21 checks passed
@bwaresiak bwaresiak deleted the bartek/fix-networkcontroller-leak branch September 18, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants