heremaps / oksse

An extension library for OkHttp to create a Server-Sent Event (SSE) client.
Apache License 2.0
229 stars 27 forks source link

add 'Last-Event-Id' header #15

Closed yosriz closed 6 years ago

yosriz commented 6 years ago

'Last-Event-Id' is part of SSE protocol, used for handling retry correctly by restoring last event sent to the client

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

marcelpinto commented 6 years ago

Thanks for the change, if you accept the license then we can merge it.