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
EventSource/eventsource#132
The linked lib from your README file doesn't seem usable for React Native.
Do we have an alternative solution such as socket-io or WebSocket?
I've tried to use this lib to make a connection to PocketBase realtime endpoint, and set view rules to be open for anyone but seem just able to get skipped response.
React Native doesn't seem to support EventSource.
Should we do something like this
https://www.npmjs.com/package/react-native-event-source
to be able to support Server-Sent Events on React Native?js-sdk/src/services/RealtimeService.ts
Line 304 in b123521
The text was updated successfully, but these errors were encountered: