Open
Description
When an EventPipeEventSource is created with a stream, sometimes FastSerialization can run into error when the target process stops sending data and EventPipeEventSource tries to read off the stream and fails.
This then throws a plain Exception
instance, which is rather unfortunate because it makes it hard on the consumer side to catch just this kind of exception and force a catch-all clause.