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
The root cause of the issue is that the init() and destroy() methods are called from different threads as a result the main thread is still attached and the VM won't shut down.
The text was updated successfully, but these errors were encountered:
The root cause of the issue is that the init() and destroy() methods are called from different threads as a result the main thread is still attached and the VM won't shut down.
The text was updated successfully, but these errors were encountered: