adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

Fixes #9 #10

Closed jcrossley3 closed 11 years ago

jcrossley3 commented 11 years ago

The latest http.async client quits after the default timeout of 60s elapses. A setting of -1 turns this "feature" off. :)

adamwynne commented 11 years ago

thanks for that :)

devth commented 11 years ago

This isn't released on Clojars yet, is it? Looks like my streaming connection dies out after a few minutes too, so I'm wondering if this would fix it.

adamwynne commented 11 years ago

yes - sorry, forgot to push it - its done now (0.6.12)

On Thu, Nov 1, 2012 at 4:31 PM, Trevor Hartman notifications@github.comwrote:

This isn't released on Clojars yet, is it? Looks like my streaming connection dies out after a few minutes too, so I'm wondering if this would fix it.

— Reply to this email directly or view it on GitHubhttps://github.com/adamwynne/twitter-api/pull/10#issuecomment-9986417.

devth commented 11 years ago

Great, thank you.