ngx-sse-client icon indicating copy to clipboard operation
ngx-sse-client copied to clipboard

An SSE (server sent event) client alternative solution for Angular

Results 9 ngx-sse-client issues
Sort by recently updated
recently updated
newest added

Multiple concurrent streams don't work because of the `private chunk` property. The property is overwritten by a second subscription. This property should be unique for each stream and not be...

How do you add payload to POST stream query? Thanks!

Hi, First of all, I am not sure if this is a bug or if I am just not understanding something or doing something wrong. I am trying to subscribe...

Hi @rubinhos, Firstly thanks for keeping this library going, I appreciate that maintaining such things takes effort. I have discovered an issue in [`parseChunkLine`](https://github.com/rubinhos/ngx-sse-client/blob/a5f60e6a240012df1a852852ab4674e50530f8a1/lib/projects/ngx-sse-client/src/lib/sse-client.service.ts#LL142C3-L153C4) which does not handle the optional...

Can you please let me know why does it throw an error when stream is completed. And seems like nothing is being passed to `errorEvent` function, is it a bug?...

Hi, I'm wondering whether there is any support dynamic http header on reconnection (especially, Last-Event-ID) Thanks!

I am pushing through a NestJS fastify client, it technically does work, but throws an error here every single request. Curios as to why this may be happening. ```ts private...