Fixing ActorModelSpec for CallingThreadDispatcher
This commit is contained in:
parent
df27942402
commit
5d4ef80618
3 changed files with 8 additions and 19 deletions
|
|
@ -41,7 +41,7 @@ class RemoteActorRefProvider(val app: AkkaApplication) extends ActorRefProvider
|
|||
private val remoteDaemonConnectionManager = new RemoteConnectionManager(app, remote)
|
||||
|
||||
private[akka] def theOneWhoWalksTheBubblesOfSpaceTime: ActorRef = local.theOneWhoWalksTheBubblesOfSpaceTime
|
||||
private[akka] def terminationFuture = new DefaultPromise[AkkaApplication.ExitStatus](Timeout.never)(app.dispatcher)
|
||||
private[akka] def terminationFuture = local.terminationFuture
|
||||
|
||||
def defaultDispatcher = app.dispatcher
|
||||
def defaultTimeout = app.AkkaConfig.ActorTimeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue