fix not synchronising test logic to start of mainLoop()
this was violating thread safety of accessors, since the mainLoopWrapper() was reading initial values at the same time as the test thread was reading the same accessors.
Please register or sign in to comment