Hello, I'm facing the issue described in #2151: for some reason EventPipeSession.Start is stuck indefinitely in IPC parsing. This issue was resolved by introducing StartAsync overloads in #2350
However, these overloads are internal. I'd be happy to use them to pass the cancellation token and cleanup the session in this case.