Reverse event source implementation; because EventSource itself is very unreliable as it could get killed any time on the wire, this is a pulling-based version with basically the same API.
EventSource
Reverse event source implementation; because
EventSource
itself is very unreliable as it could get killed any time on the wire, this is a pulling-based version with basically the same API.