voloko / twitter-stream

Twitter realtime API client
MIT License
233 stars 81 forks source link

closes #28 on voloko/twitter-stream by re-raising exceptions once handled #29

Closed jacegu closed 12 years ago

jacegu commented 12 years ago

We have been bitten by this exception swallowing pretty badly last week. We lost a huge amount of time due our inability to track errors (we weren't even using this gem but other gem that actually does).

Added a spec to verify that if anything goes wrong while delivering items, the actual exception is popped after handling the connection instead of just returning.

auxbuss commented 12 years ago

+1 to this.

rud commented 12 years ago

I've added to the discussion over at issue #28, please have a look there

rud commented 12 years ago

Similar fix included in pull-request #30, closing this.