Async close http client as it appears bugged

This commit is contained in:
md_5 2013-03-21 13:54:40 +11:00
parent 517655f54e
commit a59e0f0b6b

View File

@ -249,7 +249,7 @@ public class BungeeCord extends ProxyServer
{
this.isRunning = false;
httpClient.close();
httpClient.closeAsynchronously(); // TODO: Fix
executors.shutdown();
stopListeners();