summaryrefslogtreecommitdiffstats
path: root/cmd/platform/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/server.go')
-rw-r--r--cmd/platform/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/platform/server.go b/cmd/platform/server.go
index ba7ace062..2eedbd54a 100644
--- a/cmd/platform/server.go
+++ b/cmd/platform/server.go
@@ -112,6 +112,7 @@ func runServer(configFileLocation string) {
}
if einterfaces.GetClusterInterface() != nil {
+ app.RegisterAllClusterMessageHandlers()
einterfaces.GetClusterInterface().StartInterNodeCommunication()
}