You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello @ezsilmar! Thanks for reporting this issue. Please feel free to submit a PR adding the appropriate public overloads and we will take a look. Otherwise, we will add this item to our team's backlog.
loop-evgeny
added a commit
to loop-evgeny/dotnet-diagnostics
that referenced
this issue
Nov 13, 2023
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 introducingStartAsync
overloads 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.
The text was updated successfully, but these errors were encountered: