binaryminds / react-native-sse

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀
https://www.npmjs.com/package/react-native-sse
MIT License
174 stars 27 forks source link

Reconnect after 504 not working #12

Closed pke closed 4 months ago

pke commented 1 year ago

it seems my localtunnel connection is instable so it can happen that RN-SSE encounters a 504. When that happens it tries to reconnect, according to the debug output but it never manages. I need to restart the app to have it properly connect again.