flowdock / oulu

Flowdock IRC Gateway
MIT License
76 stars 16 forks source link

Eventsource error handling #17

Closed lautis closed 12 years ago

lautis commented 12 years ago

Handle fatal errors from EventSource. If it is an internal server error from streaming API, retry few times before disconnecting. On HTTP status 4xx, disconnect clients immediately.

Fixes #16.