Fix network compression pool not shutting down

This commit is contained in:
s809
2024-08-23 17:11:32 +05:00
parent f17c3fa267
commit f4b0c08822
@@ -159,6 +159,7 @@ public class ThreadPoolUtil
fileHandlerThreadPool.shutdownExecutorService();
updatePropagatorThreadPool.shutdownExecutorService();
worldGenThreadPool.shutdownExecutorService();
networkCompressionThreadPool.shutdownExecutorService();
bufferUploaderThreadPool.shutdown();
cleanupThreadPool.shutdown();