Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pianista215 committed Nov 14, 2016
1 parent bda9cea commit 44d65bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ class CrossdataServer(progrConfig: Option[Config] = None) extends ServiceDiscove
Props(
classOf[ServerActor],
xdCluster,
sessionProvider)),
sessionProvider,
sConfig)),
sConfig.actorName)

val clientMonitor = actorSystem.actorOf(KeepAliveMaster.props(serverActor), "client-monitor")
Expand Down

0 comments on commit 44d65bf

Please sign in to comment.