flozender / SOEN6441-AK_G03

GNU General Public License v3.0
1 stars 0 forks source link

Check about using `.get()` in the HomeController #4

Closed flozender closed 3 years ago

pedramnoori commented 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.