Closed flozender closed 3 years ago
.get() should not be used for waiting for the result of a future (CompletableFuture) Using this for a get request is fine.
.get()
.get()
should not be used for waiting for the result of a future (CompletableFuture) Using this for a get request is fine.