Get remoting working under the remote actor ref provider
This commit is contained in:
parent
e94860b57b
commit
d9e0088f3c
39 changed files with 309 additions and 460 deletions
|
|
@ -34,7 +34,7 @@ class Remote(val app: AkkaApplication) extends RemoteService {
|
|||
val remoteDaemonAckTimeout = Duration(config.getInt("akka.remote.remote-daemon-ack-timeout", 30), DefaultTimeUnit).toMillis.toInt
|
||||
|
||||
val hostname = app.hostname
|
||||
val port = app.AkkaConfig.RemoteServerPort
|
||||
val port = app.port
|
||||
|
||||
val remoteDaemonServiceName = "akka-remote-daemon".intern
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue