Ensure to start ekka

This commit is contained in:
Feng Lee 2017-07-18 18:49:38 +08:00
parent 437b26718b
commit d6d08d6d5e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
start(_Type, _Args) ->
print_banner(),
%%ekka:start(),
ekka:start(),
{ok, Sup} = emqttd_sup:start_link(),
start_servers(Sup),
emqttd_cli:load(),