Making sure that akka-remote and akka-remote-tests compiles and that tests are green
This commit is contained in:
parent
743f9cd8ff
commit
f3078263bc
6 changed files with 9 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue