circleci / rollcage

A Clojure client for Rollbar
Eclipse Public License 1.0
50 stars 28 forks source link

HTTP post request blocks forever #28

Closed cammellos closed 6 years ago

cammellos commented 6 years ago

Hi,

thanks for the library!

We came across an issue when sending errors to rollbar.

Sometimes when the underlying network has having some issues, the POST call blocks forever, leaving us with a stuck thread.

I will send a PR to set a default timeout.

Let me know what you think.

Best