Rebased from master branch
This commit is contained in:
commit
868ec62ee7
213 changed files with 19217 additions and 1551 deletions
|
|
@ -20,7 +20,7 @@ trait BootableRemoteActorService extends Bootable {
|
|||
def run = Actor.remote.start(self.applicationLoader.getOrElse(null)) //Use config host/port
|
||||
}, "Akka RemoteModule Service")
|
||||
|
||||
def startRemoteService = remoteServerThread.start
|
||||
def startRemoteService = remoteServerThread.start()
|
||||
|
||||
abstract override def onLoad = {
|
||||
if (ReflectiveAccess.isRemotingEnabled && RemoteServerSettings.isRemotingEnabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue