ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

not leaving request stream loop when error occured #178

Open wangxufire opened 7 years ago

wangxufire commented 7 years ago

ignore any error and continue loop

muesli commented 7 years ago

@wangxufire: Is this really the sensible thing to do here? Which situation would it improve?

muesli commented 6 years ago

That being said, you are clearly right that this situation should be handled better. I just think the real fix needs better error handling.