Adjusts engine cleanup ordering on shaderFeatureMgr to avoid periodic crashes on Mac ARM machines

Adds missing disconnect/timeout handling callbacks to the clientServer core module
Adds page refresh function to UINavigation to be able to selectively nudge the current page to refresh its contents if needbe
This commit is contained in:
JeffR 2022-06-05 01:21:38 -05:00
parent 34d109d45e
commit 1acf4b2dae
4 changed files with 32 additions and 2 deletions

View file

@ -32,7 +32,7 @@
MODULE_BEGIN( ShaderGenFeatureMgr )
MODULE_INIT_BEFORE( ShaderGen )
MODULE_SHUTDOWN_AFTER( Sim ) // allow registered features to be removed before destroying singleton
MODULE_SHUTDOWN_AFTER(Scene)
MODULE_INIT
{