harness: fix potential crash with event handling
The application might pull and unref an event by the time the code gets around to check it for EOS.
Don't push the event to the queue before processing it.
Edited by Håvard Graff
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The application might pull and unref an event by the time the code gets around to check it for EOS.
Don't push the event to the queue before processing it.