Creating native AOT using gluon and GraalVM 21 CE.
Works fine when running project on java but does not close peer connection when running native exe.
Seems threading problem. Just stuck on
peerConnection.close();
applicationg is not responding and have to kill it in task manager.
Creating native AOT using gluon and GraalVM 21 CE.
Works fine when running project on java but does not close peer connection when running native exe.
Seems threading problem. Just stuck on
peerConnection.close();applicationg is not responding and have to kill it in task manager.