Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Mar 22, 2024

As of flutter/flutter#121606 the flutter tool no longer registers for the legacy _dartobservatory._tcp DNS type. Remove the fallback and just register for the preferred _dartVmService._tcp.

See also dart-lang/sdk#50233

@jmagman
Copy link
Member Author

jmagman commented Mar 29, 2024

@chingjun this is the PR I mentioned yesterday, which hasn't landed yet. But it sounds like the issues you were seeing are from flutter/flutter#121606 back in February?
Do you have any concerns with me merging this?

@jmagman jmagman added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 29, 2024
@jmagman
Copy link
Member Author

jmagman commented Mar 29, 2024

Do you have any concerns with me merging this?

[checked with @chingjun and the answer was no]

@chingjun
Copy link
Contributor

As mentioned in chat, the issue I saw was a combination of flutter_tools started listening for _dartVmService._tcp, and us not updating the internal plist file to advertise _dartVmService._tcp, and the issue was shadowed by the fact that we're doing log parsing if mdns failed.

Anyway, the issue I had was already fixed, and there is no concern merging this now. Thanks for checking with us :)

@auto-submit auto-submit bot merged commit 6d3fb94 into flutter:main Mar 29, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Mar 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-ios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants