Removing linkedActorsAsList, switching _linkedActors to be a volatile lazy val instead of Option with lazy semantics
This commit is contained in:
parent
c045dd1325
commit
90831a9767
4 changed files with 18 additions and 31 deletions
|
|
@ -66,7 +66,8 @@ object RemoteNode extends RemoteServer
|
|||
*
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
object RemoteServer {
|
||||
object
|
||||
RemoteServer {
|
||||
val UUID_PREFIX = "uuid:"
|
||||
val HOSTNAME = config.getString("akka.remote.server.hostname", "localhost")
|
||||
val PORT = config.getInt("akka.remote.server.port", 9999)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue