Hello, I have some problems with implementing streaming API:
First time I have created stream without setting timespan and it had worked. But some time after it stoped working: on creating stream I just receive friends id's and no tweets.
Then I have tried to set timespan and get such error:
"This instance has already started one or more requests. Properties can only be modified before sending the first request."
but I set timespan after creating client and before any requests.
Thank you!