aboutsummaryrefslogtreecommitdiff
path: root/lib/application.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/application.ex')
-rw-r--r--lib/application.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/application.ex b/lib/application.ex
index a199e6c..3ad9325 100644
--- a/lib/application.ex
+++ b/lib/application.ex
@@ -15,8 +15,9 @@ defmodule Shard.Application do
Shard.Identity,
# Networking
- { DynamicSupervisor, strategy: :one_for_one, name: SNet.ConnSupervisor },
+ { SNet.Manager, listen_port },
{ SNet.TCPServer, listen_port },
+ { DynamicSupervisor, strategy: :one_for_one, name: SNet.ConnSupervisor },
# Applications & data store
{ SData.MerkleList, [&SApp.Chat.msg_cmp/2, name: SApp.Chat.Log] },