Skip to content

Commit 174ecc8

Browse files
authored
The EXICodec.jar process is now terminated when EVerest shuts down as well (#3)
Signed-off-by: Sebastian Lukas <sebastian.lukas@pionix.de>
1 parent a9fd800 commit 174ecc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iso15118/shared/exificient_exi_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self):
2121
logging.getLogger("py4j").setLevel(logging.CRITICAL)
2222
self.gateway = JavaGateway.launch_gateway(
2323
classpath=JAR_FILE_PATH,
24-
die_on_exit=False,
24+
die_on_exit=True,
2525
javaopts=["--add-opens", "java.base/java.lang=ALL-UNNAMED"],
2626
)
2727

0 commit comments

Comments
 (0)