Closed urjitbhatia closed 7 years ago
Ran into this error:
gen_fsm <0.11821.0> in state connected terminated with reason: call to undefined function mzb_metrics:notify/1 from mqtt_worker:stats/2 line 223
and realized that the call was missing the counter value - mzb_metrics:notify/2 needs the actual counter value to update.
Of course...! Thanks a lot, @urjitbhatia
Ran into this error:
gen_fsm <0.11821.0> in state connected terminated with reason: call to undefined function mzb_metrics:notify/1 from mqtt_worker:stats/2 line 223
and realized that the call was missing the counter value - mzb_metrics:notify/2 needs the actual counter value to update.