Serafeim Papastefanos
12/22/2022, 9:59 AMCLOVIS
12/22/2022, 10:24 AMSerafeim Papastefanos
12/22/2022, 10:25 AMSerafeim Papastefanos
12/22/2022, 10:25 AMCLOVIS
12/22/2022, 10:27 AMSerafeim Papastefanos
12/22/2022, 10:29 AMAndrew O'Hara
12/22/2022, 2:32 PMval engine = embeddedServer(Netty, port) {
installApp()
}.start()
// wait
engine.stop(0, 0, TimeUnit.MILLISECONDS)
If that doesn't help, you can try another backend (see supported backends here). If that doesn't help, you may have other background threads delaying shutdown.Serafeim Papastefanos
12/22/2022, 3:13 PMCLOVIS
12/22/2022, 5:22 PMSerafeim Papastefanos
12/22/2022, 6:08 PMAndrew O'Hara
12/22/2022, 6:41 PMSerafeim Papastefanos
12/22/2022, 6:53 PM