I'm trying to track how many tweets are sent in real time for some topic. Therefor I am satisfied with counting incoming tweets and adding the value of limit
messages to my counter. But despite descriptions in the official API I get numbers of missed messages like:
2, 5, 7, 4, 13, 15, 11, 20, 23, 17, ...
So after all they are going up, but they fluctuate.
I use Twitter4J library to retrieve twitter data. I would be very thankful for some hints...