Skip to content
Success

Changes

Summary

  1. #2449: Avoid stopping if already in progress (commit: 7410ce9) (details)
Commit 7410ce9077e0be81b29fd40f6a3cbf784a0238ae by md-5
#2449: Avoid stopping if already in progress
Currently it is possible to stop the proxy multiple times, causing
shutdown routines to be called twice. This doesn't make any
may even cause problems with some plugins.
Cancel early if stopping is already in progress to avoid this.
(commit: 7410ce9)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java