emqx/apps/emqx_statsd/test
Serge Tupchii bff087f40a fix: restart emqx_statsd with the updated configuration
emqx_config_handler:post_config_update/5 cb is called before an updated config is saved.
Thus, a process being restarted in that callback cannot get the latest config by calling
emqx_conf:get/2, because that update is not saved yet.

Relates to EMQX-9055
2023-03-03 22:24:00 +02:00
..
emqx_statsd_SUITE.erl fix: restart emqx_statsd with the updated configuration 2023-03-03 22:24:00 +02:00