You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing prevents an application from calling Engine.start() multiple times with potentially undefined behavior. Engine should set an AtomicBoolean when start() or stop() are called and then either ignore calls or throw an exception (might be worth a flag for testing).
The text was updated successfully, but these errors were encountered:
Nothing prevents an application from calling
Engine.start()
multiple times with potentially undefined behavior. Engine should set anAtomicBoolean
whenstart()
orstop()
are called and then either ignore calls or throw an exception (might be worth a flag for testing).The text was updated successfully, but these errors were encountered: