[*] Do not call onSuccess after catching an exception during onFrame
This commit is contained in:
parent
bd5222cbfb
commit
97e1171049
@ -431,6 +431,7 @@ namespace Aurora::Async
|
|||||||
{
|
{
|
||||||
Debug::PrintError();
|
Debug::PrintError();
|
||||||
Shutdown();
|
Shutdown();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto pin = std::static_pointer_cast<std::remove_pointer_t<decltype(this)>>(this->shared_from_this());
|
auto pin = std::static_pointer_cast<std::remove_pointer_t<decltype(this)>>(this->shared_from_this());
|
||||||
|
Loading…
Reference in New Issue
Block a user