k
k
@deputinizer Can you tell me which line of code it is? ``` if let Err(_) = timeout(Duration::from_secs(10), fut).await { println!("did not receive value within 10 seconds"); } ```
How's this going? Is someone working on it?
How to solve the problem
Original Code: ``` static CompletableFuture convert() { for (int i = 0; i < 2; i++) { CompletableFuture e = CompletableFuture.completedFuture(1); Async.await(e); } return CompletableFuture.completedFuture("ok"); } ```
Generated after EA: ``` static CompletableFuture convert() { for (int i = 0; i < 2; i++) { CompletableFuture e = CompletableFuture.completedFuture(Integer.valueOf(1)); if (!e.isDone()) { CompletableFuture completableFuture = e; return...
@LucioFranco Hello, can this take a little of your precious time? Thank you.
Sorry, I clicked re-request by mistake. @LucioFranco
Is there any progress on this issue?
Any progress on this issue?
close by https://github.com/hyperium/h2/pull/668