sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.59k stars 1.31k forks source link

Add 420 error #1008

Closed marckohlbrugge closed 1 year ago

marckohlbrugge commented 2 years ago

Twitter returns the 420 status code when exceeding the connection limit for a user when using the Streaming API.

Fixes #930

marckohlbrugge commented 1 year ago

Any chance we can get this merged? It's a minor change, so shouldn't require much testing I think.