|
|
|
|
|
by supermatt
4047 days ago
|
|
EventSource sends all events over a single connection which it keeps open indefinitely.
This shim receives a single event and then reconnects. In that window there is a period where there will be no connection to send events over, so they will be lost without a queue. Edit: actually this looks to be a lot more sophisticated than the other shims i havr looked at and does indeed behave more like eventsource. Good job! |
|
Addition: Verified. It doesn't disconnect between events (not long-polling).