mirror of https://github.com/dapr/java-sdk.git
Missing block (#140)
This commit is contained in:
parent
0f008b43d8
commit
a6fa6b10f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue