phufool
Results
1
issues of
phufool
I am trying the following example and the Await.result does not seem to be blocking at all. Is this intended? val read : Future[Option[String]] = devices.get("deviceA") read.onComplete { case Failure(ex)...