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.
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.