meteor-react-native icon indicating copy to clipboard operation
meteor-react-native copied to clipboard

callback exceed error

Open 1tac11 opened this issue 1 year ago • 4 comments
trafficstars

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

1tac11 avatar May 10 '24 09:05 1tac11

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

github-actions[bot] avatar Jul 10 '24 02:07 github-actions[bot]

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?

jankapunkt avatar Jul 10 '24 21:07 jankapunkt

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 avatar Jul 10 '24 22:07 1tac11

And thx for answering :)

1tac11 avatar Jul 11 '24 00:07 1tac11

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

github-actions[bot] avatar Sep 09 '24 02:09 github-actions[bot]