I am seeing the "last-event-id" header used on reconnect, but everytime it reconnects, it's using the original "last-event-id" value, even when subsequent events had been processed since the original connect.
scenario:
- initialize eventsource with a last-event-id
- begin listening and process some events
- connection drops and reconnects using original "last-event-id"
Should be using the last event's id!
I am seeing the "last-event-id" header used on reconnect, but everytime it reconnects, it's using the original "last-event-id" value, even when subsequent events had been processed since the original connect.
scenario:
Should be using the last event's id!