Hi, What about adding a support for the `retry:` line to define the timeout value ? See http://www.html5rocks.com/en/tutorials/eventsource/basics/#toc-reconnection-timeout That way we could avoid the infinite loop + `sleep()` :) William
Hi,
What about adding a support for the
retry:line to define the timeout value ?See http://www.html5rocks.com/en/tutorials/eventsource/basics/#toc-reconnection-timeout
That way we could avoid the infinite loop +
sleep():)William