Skip to content

Commit 5b1dec5

Browse files
author
Anna Gringauze
authored
Fix crash when sending events to client.js during hot restart (#1531)
* Fix race condition causing crash when sending events to client.js during hot restart * Fix tests * Removed stray solo * Addressed CR comments
1 parent 3f729f7 commit 5b1dec5

File tree

4 files changed

+479
-613
lines changed

4 files changed

+479
-613
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Fix an issue in reporting DevTools stats where the DevTools load time was
99
not always recorded.
1010
- Add an `ide` query parameter to the Dart DevTools URL for analytics.
11+
- Fix a race where injected client crashed on events send just before hot
12+
restart.
1113

1214
**Breaking changes:**
1315
- `Dwds.start` and `ExpressionCompilerService` now take

0 commit comments

Comments
 (0)