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.
Hello, I'm facing the issue described in #2151: for some reason
EventPipeSession.Startis stuck indefinitely in IPC parsing. This issue was resolved by introducingStartAsyncoverloads in #2350However, these overloads are internal. I'd be happy to use them to pass the cancellation token and cleanup the session in this case.