-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming API incomplete tweet #58
Comments
I think it being chunked by twitter - someone wrote some library (forgotten On Thu, Dec 11, 2014 at 11:03 AM, Bahadir Cambel [email protected]
|
Thanks for the quick response Adam. For future reference, here is the library https://github.com/mccraigmccraig/twitter-streaming-client |
thanks for pointing it out On Thu, Dec 11, 2014 at 12:32 PM, Bahadir Cambel [email protected]
|
Hi Adam,
Great library, thank you very much!
I am having an issue where the received tweet stream is incomplete. In some cases, the stream is properly JSON parsed though. Here is the code that I use
My assumption is that somehow using
str
overByteArrayOutputStream
creates the problem. Do you have any suggestions ?Thanks a lot,
Bahadir
The text was updated successfully, but these errors were encountered: