On Mon Jan 23 01:29:01 2023 +0000, Jinoh Kang wrote:
You're overwriting failure HRESULT from `async_action_create` with `COR_E_INVALIDOPERATION`.
Getting this correct is a bit tricky tbh. How about ```c else if (SUCCEEDED(hr)) hr = COR_E_INVALIDOPERATION; ```