merged ticket444
This commit is contained in:
commit
ca7041632a
5 changed files with 69 additions and 53 deletions
|
|
@ -250,7 +250,7 @@ object RemoteActorSerialization {
|
|||
|
||||
Actor.log.debug("Register serialized Actor [%s] as remote @ [%s:%s]", actorClass.getName, host, port)
|
||||
RemoteServer.getOrCreateServer(homeAddress)
|
||||
RemoteServer.registerActorByUuid(homeAddress, uuid.toString, ar)
|
||||
ActorRegistry.registerActorByUuid(homeAddress, uuid.toString, ar)
|
||||
|
||||
RemoteActorRefProtocol.newBuilder
|
||||
.setClassOrServiceName(uuid.toString)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue