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
modifying DWDS Injector to always inject client and introduce useDwdsWebSocketConnection flag (#2629)
* modifying injector to always inject client and introduce runMainAtStart flag
* mark fields as deprecated
* added method to mark application as completed to avoid calling main() twice
* added a flag to determine the communication protocol; temporirily use it to trigger main
* addressed comment in client.dart
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
## 24.3.11-wip
1
+
## 24.3.11
2
2
3
+
- Changed DWDS to always inject the client and added `useDwdsWebSocketConnection` flag to control communication protocol: when true uses socket-based implementation, when false uses Chrome-based communication protocol.
3
4
- Added WebSocket-based hot reload support: `reloadSources` in `ChromeProxyService` and `DevHandler` now handle hot reload requests and responses over WebSockets.
4
5
- Refactored the injected client to use a reusable function for handling hot reload requests and responses over WebSockets.
5
6
- Added support for breakpoint registering on a hot restart with the DDC library bundle format using PausePostRequests.
0 commit comments