mid-address-refactoring: all tests except remote and serialization tests passes
This commit is contained in:
parent
d775ec8438
commit
896e174d63
13 changed files with 38 additions and 60 deletions
|
|
@ -268,9 +268,6 @@ class RootEndpoint extends Actor with Endpoint {
|
|||
// use the configurable dispatcher
|
||||
self.dispatcher = Endpoint.Dispatcher
|
||||
|
||||
// adopt the configured id
|
||||
if (RootActorBuiltin) self.address = RootActorID
|
||||
|
||||
override def preStart =
|
||||
_attachments = Tuple2((uri: String) => {uri eq Root}, (uri: String) => this.actor) :: _attachments
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue