README.markdown in twitter-stream-0.1.15 vs README.markdown in twitter-stream-0.1.16

- old
+ new

@@ -30,9 +30,14 @@ end stream.on_max_reconnects do |timeout, retries| # Something is wrong on your side. Send yourself an email. end + + stream.on_no_data do + # Twitter has stopped sending any data on the currently active + # connection, reconnecting is probably in order + end } ## Examples