SSE connection disconnects on error
Open
dart-debug-extension
P2
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 2
Description
If the Dart Debug Extension stream listening to SSE/WS events receives an error, we disconnect the debug session: https://github.com/dart-lang/webdev/blob/master/dwds/debug_extension/web/background.dart#L569-L577
We should investigate if we are closing the connection too aggressively, and if it would make sense to be more resilient to errors in the stream.
Contributor guide
Assessment
This issue has not been assessed yet.