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

Remove _dartobservatory._tcp legacy DNS registration type #51635

Merged
merged 1 commit into from
Mar 29, 2024

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
…146010)

flutter/engine@4c079a6...4b6836f

2024-03-29 [email protected] Rename `Mac clangd` to `Linux mac_clangd` (flutter/engine#51785)
2024-03-29 [email protected] Fix the `clangd` builders, and make Linux non-bringup. (flutter/engine#51765)
2024-03-29 [email protected] Remove _dartobservatory._tcp legacy DNS registration type (flutter/engine#51635)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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