7ab8328204
Allowing this breaks several assumptions in the engine, normally this doesn't occur but when using the WTP it can occur. For instance during resource loading the message queue is serviced during tear down. This means this situation can be created from user code if they do async resource loading in the `_load` of a resource in the main scene. This also makes the MainLoop report that it IS iterating during tests as the tests expect the message queue to be serviced even though no main loop is running.