[orx-rabbit-control] Upgrade netty to 4.2.2.Final
Avoid zero timeout values when shutting web server down to avoid numerous WARN messages
This commit is contained in:
@@ -251,7 +251,7 @@ class RabbitControlServer(private val showQRUntilClientConnects: Boolean = true,
|
||||
override fun shutdown(program: Program) {
|
||||
transporter.dispose()
|
||||
rabbitholeTransporter?.dispose()
|
||||
webServer?.stop(0, 0)
|
||||
webServer?.stop(50, 50)
|
||||
}
|
||||
|
||||
private fun getQRCodeImage(barcodeText: String): ColorBuffer {
|
||||
|
||||
Reference in New Issue
Block a user