miyagawa / remedie

perl based pluggable media center application
http://remediecode.org/
121 stars 13 forks source link

Long poll (comet loop) required to track channel refresh #124

Closed miyagawa closed 15 years ago

miyagawa commented 15 years ago

Coro based plagger crawler works fine but the response is immediately returned, so we need a long poll to track the updates.

miyagawa commented 15 years ago

Implemented.