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.
Loading
Please register or sign in to comment