Async close http client as it appears bugged
This commit is contained in:
parent
517655f54e
commit
a59e0f0b6b
@ -249,7 +249,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
{
|
{
|
||||||
this.isRunning = false;
|
this.isRunning = false;
|
||||||
|
|
||||||
httpClient.close();
|
httpClient.closeAsynchronously(); // TODO: Fix
|
||||||
executors.shutdown();
|
executors.shutdown();
|
||||||
|
|
||||||
stopListeners();
|
stopListeners();
|
||||||
|
Loading…
Reference in New Issue
Block a user