Closed chungonn closed 1 year ago
To disable a timeout to the request, you should use [ServiceRequestContext.clearRequestTimeout()](https://javadoc.io/static/com.linecorp.armeria/armeria-javadoc/1.20.3/com/linecorp/armeria/server/ServiceRequestContext.html#clearRequestTimeout()) instead.
Hi Ikhoon, thanks once again. Is there any annotation for setting the request to No Time out?
We are working on https://github.com/line/armeria/issues/4463 which can control a request timeout using an annotation.
Is there any annotation for setting the request to No Time out?
This is a nice idea. I commented about that on https://github.com/line/armeria/pull/4499/files#r1035533526
Below Scala code is similar to the one in Armeria's long SSE tutorial.
When the service receives a request, it emits an IllegalArgumentException. Please find the stacktrace below.
Using the following versions - Armeria version 1.20.3, Java 17, Scala 3.2.0