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
We should start trying to async-ify more of debugger-libs.
@DavidKarlas : Most correct way to fix this issue was to change return type to Task<IList> which would allow us to create TaskCompletionSource and following calls would get same Task as 1st call...
Ofc this means whole callstack will need to be asynced...
The text was updated successfully, but these errors were encountered:
mauroa
pushed a commit
to mauroa/debugger-libs
that referenced
this issue
Sep 21, 2023
Following this fix #300
We should start trying to async-ify more of debugger-libs.
@DavidKarlas : Most correct way to fix this issue was to change return type to Task<IList> which would allow us to create TaskCompletionSource and following calls would get same Task as 1st call...
Ofc this means whole callstack will need to be asynced...
The text was updated successfully, but these errors were encountered: