dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Register service extensions on a client that is connected to DDS #2388

Closed elliette closed 2 months ago

elliette commented 3 months ago

Fixes https://github.com/flutter/devtools/issues/7313

Fixes an issue where, when Dart DevTools reconnects to a web app, it is no longer aware of any of the registered service extensions.

Why was this happening?

What is the fix?