[twitter-dev] Stream API open multiple streams

2011-06-29 Thread Bertram van de Ven
Hello, Is it possible to open (with threads) multiple connections to stream.twitter.com? I now use http://stream.twitter.com/1/statuses/filter.json But when i start three threads one thread receives everything fine but the other two receive a tim-out after a while. Can I fix this? Thanks in adva

[twitter-dev] stream responses with incomplete json tweets

2011-06-25 Thread Bertram van de Ven
Hello, I was playing with the twitter stream (http://stream.twitter.com/1/ statuses/filter.json?track=test) and found that I sometimes get incomplete json returned. Some responses are complete and others are not. I don't have an idea why this is and how to solve this. Here is the C# code to repr