react-native-sse icon indicating copy to clipboard operation
react-native-sse copied to clipboard

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀

Results 17 react-native-sse issues
Sort by recently updated
recently updated
newest added

I want to implement a use-case where I do not want to send cache-control or x-formatted-by in request headers. Please make these header optional with an option for the user...

I took the source code of the eventSource.js and used it in a reactjs app and worked like a charm, so this library is not limited to react-native. Great job.

This package works flawlessly on iOS But on Android no event listeners have been triggered ` ", "CRLF": "LOSED": 2, "CONNECTING": 0, "CR": " ", "ERROR": -1, "LF": " ",...

When processing an event right now, if a SSE event starts with a space or is just made up of space characters, the [regex](https://github.com/binaryminds/react-native-sse/blob/d64b51afcd673b57f5375d9602b7d105afb82996/src/EventSource.js#L217) filtering the `data: ` field will...

Hi, This is not an issue, but I am wondering about consistency and safety in using this package for LLM inference. In Node, I have used axios to stream the...

Hello! My team is having issues with Android locking up when compiled with the release flag (production ready). In most cases, the app freezes and prevents user interaction after receiving...

Do you plan to add some tests to ensure the proper working of the EventSource or would you accept PRs?

See my original issue https://github.com/binaryminds/react-native-sse/issues/56 for some background. Currently the library only supports `close` events, which fire when the connection is closed from the **client** side. An additional event for...

It does not do anything "close" connection when app goes to sleep mode. And does not recognize that connection was lost. Therefor it cannot re-establish connection when app comes active...