Skip to content

Commit c2fc734

Browse files
authored
[ Hotfix ][ DWDS ] Fix issue where null was repeatedly sent to connected clients (#2679)
This is a regression from 1c29125 and was reported in flutter/flutter#174437
1 parent 6ec171b commit c2fc734

File tree

6 files changed

+188
-45
lines changed

6 files changed

+188
-45
lines changed

dwds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 24.4.0+2
2+
3+
### Bug Fixes:
4+
5+
- Fix issue where `DebugService: Error serving requestsError: Unsupported operation: Cannot send Null`
6+
would be spammed on the console.
7+
18
## 24.4.0+1
29

310
### Bug Fixes:

dwds/lib/data/serializers.g.dart

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)