Making sure that akka-remote and akka-remote-tests compiles and that tests are green

This commit is contained in:
Viktor Klang 2012-07-21 18:30:14 +02:00
parent 743f9cd8ff
commit f3078263bc
6 changed files with 9 additions and 2 deletions

View file

@ -91,7 +91,7 @@ private[akka] class RemoteActorRefProvider(
system.eventStream.subscribe(remoteClientLifeCycleHandler, classOf[RemoteLifeCycleEvent])
terminationFuture.onComplete(_ transport.shutdown())
system.registerOnTermination(transport.shutdown())
}
def actorOf(system: ActorSystemImpl, props: Props, supervisor: InternalActorRef, path: ActorPath,