How many streaming connections (statuses/filter) can I open from the same ip? (Each connection with different access_token_key and the same consumer_key).
It seems like I receive tweets only from the first 4 streaming connections… Is it possible?
You should maintain a single open connection representing your entire application, regardless of the number of IPs or users you have.