He-Pin commented on code in PR #784: URL: https://github.com/apache/pekko-http/pull/784#discussion_r2356263053
########## http-core/src/main/java/org/apache/pekko/http/javadsl/TimeoutAccess.java: ########## @@ -34,17 +33,31 @@ public interface TimeoutAccess { * <p>Due to the inherent raciness it is not guaranteed that the returned timeout was applied * before the previously set timeout has expired! */ - Duration getTimeout(); + scala.concurrent.duration.Duration getTimeout(); Review Comment: this should be deprecated or at least add some doc about that it will be Java duration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org