Merge remote-tracking branch 'origin/develop'

This commit is contained in:
zhanghongtong 2019-05-29 11:03:25 +08:00
commit 44d901eb1e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ start(_Type, _Args) ->
-spec(stop(State :: term()) -> term()).
stop(_State) ->
emqx_alarm_handler:unload(),
emqx_listeners:stop(),
emqx_modules:unload().