You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue where event listeners for 'message' and 'error' aren't being invoked when using the library within an Expo app, despite the EventSource connection being established.
Environment:
Expo SDK Version: 51.0.0
Platform: Android, iOS
Expected Behavior:
The 'message' event listener should be invoked when the server sends an event, and the 'error' event listener should be triggered in case of connection errors.
I kindly request your assistance in resolving this issue. Please let me know if you require further information or have any suggestions.
The text was updated successfully, but these errors were encountered:
I'm facing an issue where event listeners for 'message' and 'error' aren't being invoked when using the library within an Expo app, despite the EventSource connection being established.
Environment:
Expo SDK Version: 51.0.0
Platform: Android, iOS
Expected Behavior:
The 'message' event listener should be invoked when the server sends an event, and the 'error' event listener should be triggered in case of connection errors.
I kindly request your assistance in resolving this issue. Please let me know if you require further information or have any suggestions.
The text was updated successfully, but these errors were encountered: