feat: optimize resource clean

This commit is contained in:
tjq 2023-01-08 18:30:44 +08:00
parent 7b9ee74c21
commit 50b4ca3cca

View File

@ -142,8 +142,8 @@ public class HttpVertxCSInitializer implements CSInitializer {
@Override
public void close() throws IOException {
vertx.close();
httpServer.close();
httpClient.close();
httpServer.close();
vertx.close();
}
}