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 circular dependency in CDPBreakpoints #1009

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

filip131311
Copy link
Collaborator

@filip131311 filip131311 commented Mar 5, 2025

This PR fixes an issue with CDPBreakpoints owning CDPSession causing circular dependency after #964.

We solve the problem by: CDPBreakpoints no longer owns CDPSession and only takes a callback that alows it to send CDP messages

How Has This Been Tested:

Run expo-go test app and set some breakpoints

Copy link

vercel bot commented Mar 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radon-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2025 3:10pm

Copy link
Contributor

@jwajgelt jwajgelt left a comment

Choose a reason for hiding this comment

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

It's fine, I guess.

@filip131311 filip131311 merged commit 998b088 into main Mar 5, 2025
6 checks passed
@filip131311 filip131311 deleted the @Filip131311/FixCircularDependency branch March 5, 2025 15:18
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.

2 participants