All tests passing, still some work to be done though, but thank God for all tests being green ;)
This commit is contained in:
parent
1fa105faa8
commit
c20aab06eb
19 changed files with 445 additions and 660 deletions
|
|
@ -17,8 +17,7 @@ trait BootableRemoteActorService extends Bootable with Logging {
|
|||
self: BootableActorLoaderService =>
|
||||
|
||||
protected lazy val remoteServerThread = new Thread(new Runnable() {
|
||||
import ReflectiveAccess.Remote.{HOSTNAME,PORT}
|
||||
def run = ActorRegistry.remote.start(HOSTNAME,PORT,loader = self.applicationLoader)
|
||||
def run = ActorRegistry.remote.start(loader = self.applicationLoader) //Use config host/port
|
||||
}, "Akka Remote Service")
|
||||
|
||||
def startRemoteService = remoteServerThread.start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue