Missing block (#140)

This commit is contained in:
Leon Mai 2020-01-21 22:11:44 -08:00 committed by Artur Souza
parent 0f008b43d8
commit a6fa6b10f1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class DemoActorImpl extends AbstractActor implements DemoActor, Remindabl
"myremind",
(int)(Integer.MAX_VALUE * Math.random()),
Duration.ofSeconds(5),
Duration.ofSeconds(2));
Duration.ofSeconds(2)).block();
}
@Override