You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace package:uuid dependency with internal Uuid class for generating version 4 UUIDs.
Add DDC Library Bundle tests in dwds/test/integration/instances.
Fix WebSocket reconnection hang by ensuring Dart isolate recreation when a new browser client reuses an AppDebugServices.
Don't inject script loads from within DWDS when executing with build_runner + DDC Module Bundles.
Handle out of order disconnects and reconnects.
Update dwds to support ignoring disconnects for the SseHandler. This is
useful to prevent incorrect behavior when a disconnect event arrives after
a new connection request.