mpetrunic / fastify-sse-v2

Provide Server-Sent Events to Fastify
MIT License
96 stars 19 forks source link

allow to not send 'retry' information #83

Closed danikenan closed 13 hours ago

danikenan commented 1 month ago

The retry is optional and has no meaning in many scenarios.

Just an additional 'if' the client need to insert in order to ignore it.

mpetrunic commented 1 month ago

Would you like to open PR for it? :)

daimalou commented 2 weeks ago

86 I created it.

mpetrunic commented 13 hours ago

resolved via #86