You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #25, we can use akka-http's non-blocking onComplete method to return futures when accessing the database. This removes the need for blocking calls to Await.result. Currently this is only implemented for getting single entities, should be done for more endpoints!
The text was updated successfully, but these errors were encountered:
As seen in #25, we can use akka-http's non-blocking
onComplete
method to return futures when accessing the database. This removes the need for blocking calls toAwait.result
. Currently this is only implemented for getting single entities, should be done for more endpoints!The text was updated successfully, but these errors were encountered: