We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf46644 commit aacc32bCopy full SHA for aacc32b
documentation/manual/working/scalaGuide/main/async/code/ScalaWebSockets.scala
@@ -175,7 +175,9 @@ class ScalaWebSockets extends PlaySpecification {
175
* The default await timeout. Override this to change it.
176
*/
177
import scala.concurrent.duration._
178
- implicit override def defaultAwaitTimeout = 2.seconds
+
179
+ import org.apache.pekko.util.Timeout
180
+ implicit override def defaultAwaitTimeout: Timeout = 2.seconds
181
}
182
183
object Controller1 {
0 commit comments