-
Notifications
You must be signed in to change notification settings - Fork 66
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
TwitterClient startFilteredStream stop receiving tweet #439
Comments
UPDATE :
|
Stop receiving tweets after 151 minutes, no error this time... |
this project does not have a capability of resuming the connection on error or when an operation disconnect happens. To fix this, you'd need to create your own thread monitoring the connection and resuming it when such things happen. Your issue is essentially a duplicate of #435 |
Resolved by checked tweets reception every minute. |
Hi !
I don't understand why but after few minutes or few hours, onTweetStreamed stop received data, no error anywhere.
onStreamError, onUnknownDataStreamed or onStreamEnded didn't be call either...
Twitter monthly tweet cap usage at 3%
Any idea ?
(Running on v1.26)
Edit : 2023/03/22 :
It's looks relate to :
The text was updated successfully, but these errors were encountered: