Hi! I started the AsyncWeb like below:
public static void main(String[] args) {
AsyncWebStandalone.main(new String[0]);
}
May I know how to shutdown the AsyncWeb gracefully?
At the moment I do a CTRL+C which I think it is not a nice way...
