Open
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.