Closed xDestx closed 6 years ago
Simple solution would be to use #shutdownNow();
instead of #shutdown();
, especially as plugins should have unloaded themselves before hand anyway.
Possible fix in shutdown-fix branch, still not tested
solved and in prod
Since the shutdown command / restart command uses a message listener, it causes errors when it shuts down because plugins still had listeners registered. Do something to stop this from happening.