feiyu02
2025-04-11 635d762aef37b5de6cd2e34f4a076ab56d9a239d
src/main/kotlin/com/flightfeather/uav/socket/ServerHandler.kt
@@ -77,6 +77,7 @@
        super.channelInactive(ctx)
    }
    @Deprecated("Deprecated in Java")
    override fun exceptionCaught(ctx: ChannelHandlerContext?, cause: Throwable?) {
        cause?.printStackTrace()
        ctx?.close()