Hi guys!
While implementing Stampie for a given project, I faced the case where the DataCollector was not getting messages from the MessageLogger.
I overrided MessageLogger and StampieDataCollector in order to add a logger service.
The MessageLogger:preSend is well called, as far as I saw in my logs. When logging data from the DataCollector:collect, it seems there are no messages... Should I do something specific here?
Thanks for your time and help!