Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
44d901eb1e
|
@ -45,6 +45,7 @@ start(_Type, _Args) ->
|
||||||
|
|
||||||
-spec(stop(State :: term()) -> term()).
|
-spec(stop(State :: term()) -> term()).
|
||||||
stop(_State) ->
|
stop(_State) ->
|
||||||
|
emqx_alarm_handler:unload(),
|
||||||
emqx_listeners:stop(),
|
emqx_listeners:stop(),
|
||||||
emqx_modules:unload().
|
emqx_modules:unload().
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue