this is what I meant by using a timer to make sure that the buffer is always flushed every X interval
a timer object is created for each sender type that's queuing things
for this PR to be production quality, I need to:
make the flush interval a configurable interval, right now its hard coded as 5s
this is what I meant by using a timer to make sure that the buffer is always flushed every X interval a timer object is created for each sender type that's queuing things
for this PR to be production quality, I need to: