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
This issue has been known internally for a while. Just making an issue of it.
cosim-demo-app fails loading Java based FMUs* due to the way golang handles the signals created when a JVM is created in the same process. This happens during FMI instantiate.
*JavaFMI is an exception as it doesn't actually start the JVM in the same process as the calling process. Rather they boot a separate process and rely on message passing.
The text was updated successfully, but these errors were encountered:
This issue has been known internally for a while. Just making an issue of it.
cosim-demo-app
fails loading Java based FMUs* due to the way golang handles the signals created when a JVM is created in the same process. This happens during FMIinstantiate
.*JavaFMI is an exception as it doesn't actually start the JVM in the same process as the calling process. Rather they boot a separate process and rely on message passing.
The text was updated successfully, but these errors were encountered: