fix(statsd): restart error

This commit is contained in:
DDDHuang 2022-01-05 17:34:20 +08:00
parent 5e48f55eef
commit 4588ace79f
1 changed files with 1 additions and 1 deletions

View File

@ -85,8 +85,8 @@ do_stop() ->
emqx_statsd_sup:ensure_child_stopped(?APP).
do_restart() ->
ok = do_start(),
ok = do_stop(),
ok = do_start(),
ok.
cluster_call(F, A) ->