The VRServer is not gracefully shutdown #631
Labels
Area: Server
Related to the server
Priority: Normal
The default priority
Type: Bug
Something isn't working
How to reproduce:
add a `logManager.info("hello") in https://github.com/SlimeVR/SlimeVR-Server/blob/main/server/src/main/java/dev/slimevr/VRServer.java#L179
./gradlew shadowJar
put the
slimevr.jar
fromSlimeVR-Server\server\build\libs
to the your installation fileThe log doest has hello.
My proposal is that:
Obstacle:
Already tried to put a shutdown hook in the main function, but It still cannot work. Not sure it related to gradle
The text was updated successfully, but these errors were encountered: