Merge pull request #22831 from akka/wip-typed-protocal-patriknw

use "akka" as protocol also for typed
This commit is contained in:
Patrik Nordwall 2017-05-03 15:58:59 +02:00 committed by GitHub
commit 24f625393f

View file

@ -185,7 +185,7 @@ private[typed] class ActorSystemImpl[-T](
private val terminationPromise: Promise[Terminated] = Promise()
private val rootPath: a.ActorPath = a.RootActorPath(a.Address("typed", name))
private val rootPath: a.ActorPath = a.RootActorPath(a.Address("akka", name))
private val topLevelActors = new ConcurrentSkipListSet[ActorRefImpl[Nothing]]
private val terminateTriggered = new AtomicBoolean