mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: optimize resource clean
This commit is contained in:
parent
7b9ee74c21
commit
50b4ca3cca
@ -142,8 +142,8 @@ public class HttpVertxCSInitializer implements CSInitializer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
vertx.close();
|
|
||||||
httpServer.close();
|
|
||||||
httpClient.close();
|
httpClient.close();
|
||||||
|
httpServer.close();
|
||||||
|
vertx.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user