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
In #659 we had to change AttachCurrentThread to AttachCurrentThreadAsDaemon in order to be able to close JVM.
This is due to godotengine/godot#95809.
We need to revert this once fixed.
The text was updated successfully, but these errors were encountered:
This issue has been solved on Godot's master branch. It should also be cherry-picked for Godot 4.3.1, so we can revert that change with the next Godot release.
Here the PR solving it: godotengine/godot#96760
I extensively tested the branch, I couldn't prevent the JVM shutting down anymore.
In #659 we had to change
AttachCurrentThread
toAttachCurrentThreadAsDaemon
in order to be able to close JVM.This is due to godotengine/godot#95809.
We need to revert this once fixed.
The text was updated successfully, but these errors were encountered: