Apply the auth before connecting, otherwise it will fail on reconnection
authorRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 16:15:19 +0000 (16:15 +0000)
committerRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 16:15:19 +0000 (16:15 +0000)
commit6a1e170b371bfd52716ae05d85c2f303065fc687
tree190d6f44e41514747abc9a77076dbb739e6af928
parenta722e4872cbccf360f4b88078979629d75981b4e
Apply the auth before connecting, otherwise it will fail on reconnection
when using OAuth (because the nonce has been used before, and the timestamp
is no longer correct).
tweepy/streaming.py