meteorrn / meteor-react-native

Meteor client for React Native matching Meteor Spec
https://guide.meteor.com/react-native.html
Other
59 stars 31 forks source link

Subscription on mobile are not stable as Web #73

Closed rajtejani closed 2 years ago

rajtejani commented 3 years ago

Describe the bug I am facing issues where subscription made in mobile devices with this package is not stable as compared to Web. I made console.log to mobile and web and when checked all logs, I found out that on the web, the subscription doesn't change its status between "ready" and "not ready" wherein mobile it toggles status between "ready" and "not ready" continuously.

Screenshots If applicable, add screenshots to help explain your problem. Screenshot 2021-08-23 at 9 49 53 AM Screenshot 2021-08-23 at 9 48 33 AM

TheRealNate commented 3 years ago

Hi @rajtejani,

To help figure out the issue could you answer the following:

  1. Are you using this in a mobile app or on react-native-web or something similar?
  2. Could you please provide an example of how you're subscribing with as much context as possible?

Thanks!

TheRealNate commented 2 years ago

Closing this issue due to no response - feel free to reopen