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
[DWDS] Fixes hot reload/restart crashes after closing browser tab on web-server device (#2699)
* added NoClientsAvailableException logic
* updated version to prepare for release
* updated version number
* addressed comments
* remove duplicate logging
* updated to throw RpcError
* reverted chnages to _ReloadReportWithMetadata
* updated changelog
* refactored string No clients available for ....
* updated to use kIsolateCannotReload
* updated string
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
## 26.1.0-wip
1
+
## 26.1.0
2
2
3
+
-`reloadSources` and `hotRestart` now throw an RPC error with `kServerError` code when `NoClientsAvailableException` is caught (no browser clients are connected), allowing tooling to detect and handle this scenario.
3
4
-`pause` now does not send a `PauseInterrupted` event in
4
5
`WebSocketProxyService` as we didn't actually pause.
0 commit comments