No, seriously, fixing ticket #703
This commit is contained in:
parent
38b291749a
commit
63bad2bb12
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ trait DefaultActorPool extends ActorPool { this: Actor =>
|
|||
case None =>
|
||||
delegate ! msg
|
||||
case Some(future) =>
|
||||
future completeWith (delegate.!!!(msg, TimeUnit.NANOSECONDS.toMillis(future.timeoutInNanos)))
|
||||
delegate.!!!(msg, TimeUnit.NANOSECONDS.toMillis(future.timeoutInNanos)).onComplete( future.completeWith(_) )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue