Updated faster read loop code. this implementation is nearly as fast and also allows...
authorSteve Jones <steve.r.jones@gmail.com>
Thu, 12 Apr 2012 04:04:43 +0000 (01:04 -0300)
committerSteve Jones <steve.r.jones@gmail.com>
Thu, 12 Apr 2012 04:04:43 +0000 (01:04 -0300)
commita5161337614aee239d46b1fa26877cbbd601c986
treeb1f70aec1986797a67230d080f644a44f54c200e
parent6d7d73c36f3ab225c0b8e86a77457d26d96760f5
Updated faster read loop code.  this implementation is nearly as fast and also allows all tweets to fire on_status() event calls.  Previously, when the stream went silent, the most recent tweet would be stuck in the read buffer and would not fire an on_status() event call.
tweepy/streaming.py