render icon indicating copy to clipboard operation
render copied to clipboard

Add event interface to send ids in event responses

Open beornf opened this issue 6 years ago • 0 comments

As per the server sent events spec the ID field is sent to help streaming messages back from the last event ID when retrying failed connections. I've added an event interface that when satisfied with GetID() appends the ID to the response.

beornf avatar Feb 12 '19 03:02 beornf