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

callback exceed error #160

Closed 1tac11 closed 1 month ago

1tac11 commented 5 months ago

Hi there,

so far I am using the react-native-meteor npm package and am experiencing the issue of too many callbacks on starting the app (apparently react-native only allows for 500 callbacks at a time). Now each data-object synced from the server creates a callback and that explains the exceeding of callbacks.

Before I switch to this package (which seem to be building up on react-native-meteor), can you please tell me whether this error persisted here or can I sync more than 500 mogno-objects on starting the app?

Kind regards

github-actions[bot] commented 3 months ago

Closing this issue due to no activity. Feel free to reopen.

jankapunkt commented 3 months ago

Hi @1tac11 sorry for not answering, the notification somehow slipped through my emails. Just for clrification - when exactly get 500 callbacks called - during a subscription to a publication or a method call or running observers or something else?

1tac11 commented 3 months ago

I actually took the original react meteor package. When first connecting on rn at subscription time I guess each object leads to a callback.

1tac11 commented 3 months ago

And thx for answering :)

github-actions[bot] commented 1 month ago

Closing this issue due to no activity. Feel free to reopen.