Skip to content

Conversation

gspencergoog
Copy link
Contributor

Description

This fixes an issue where hot reload would fail saying that the stream was already subscribed. It fixes the problem by centralizing the method name lookup so that hotReload doesn't have to subscribe to the stream itself, and the _AppListener can be the single manager of stream listeners.

Related Issues

Copy link

github-actions bot commented Oct 6, 2025

PR Health

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

@gspencergoog gspencergoog merged commit e285b26 into dart-lang:main Oct 6, 2025
15 checks passed
@gspencergoog gspencergoog deleted the fix_hot_reload branch October 6, 2025 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hot reload claims that a stream is already listened to

2 participants