-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Some kinda of Sync issue only with 0.79.1 #50790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@MoamberRaza can you provide a proper reproducer? With so little information is impossible for us to under stand if the issue is in React Native or in the library. |
firstly i though that was only the issue with dropdown lib but currently the case of android fast synchronizations. call few apis in a row and go back and forth with app state even with cancellation token. it will not properly cancelled only with the version 0.79.1 and with android only and i have seen my different lib are not properly work with this version but lets say focus to performance. call few promises and you might get into it. |
@MoamberRaza we really need a reproducer. We can't craft reproducers ourselves for each issues we receive, or we would spend all our time just creating those reproducers.
We are not going to look into this issue without a proper reproducer. Thanks for your understanding. |
do understand and really appreciate your and team such efforts, let me share again to get probably chance to recreate it. i am calling 2/3 recursive call and hitting api/promises as i am going to background there is one more to add here and before calling it cancelling running item from queue for performance issues and memory leaks and when come back to the foreground again i am call one api to let server now that i am now on. then again start same recursive process with few more promises initially every time you can say 2/3. |
When I say that we need a reproducer, it means that you need to provide us some code that we can run.
You can find more information here A description is not something we can execute to verify the bug ourselves... 😅 |
scenario is i am running recursive functions and api in a series i only have a way and that is describe and request :) to understand my words with poor examples. (BTW the real effort here ). i appreciate your patience. |
Description
to regenerate just go with this lib and see.
Steps to reproduce
https://www.npmjs.com/package/react-native-select-dropdown
it was working fine with 0.78.2
React Native Version
0.79.1
Affected Platforms
Runtime - iOS
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
nothingtoshow.com
Screenshots and Videos
i am using
https://www.npmjs.com/package/react-native-select-dropdown
it was working smooth with previous version 0.79.1 and now its been stop. i also reported to this lib communicators. please look in to and provide some helpful reply.
The text was updated successfully, but these errors were encountered: