[*] Do not call onSuccess after catching an exception during onFrame

This commit is contained in:
Reece Wilson 2021-10-18 13:55:58 +01:00
parent bd5222cbfb
commit 97e1171049

View File

@ -431,6 +431,7 @@ namespace Aurora::Async
{
Debug::PrintError();
Shutdown();
return;
}
auto pin = std::static_pointer_cast<std::remove_pointer_t<decltype(this)>>(this->shared_from_this());