I'm working on a program that uses the stream api to listen for tweets from a list of users, if that list of user changes it appears to me that I need to drop connection and reconnect in order to listen to the new list of users even if its just to add one new user. If I do this I could loose tweets during the time it takes to reconnect, especially if its frequent enough.
So does the API handle this scenario and I'm just missing something? or any tips/tricks that might make the transition smoother as users get added/removed? Ray Slakinski -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
