react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

No callback found with cbID on react-native-windows

Open jbcullis opened this issue 3 years ago • 0 comments

Expected Behavior

Current Behavior

Periodically, I'm seeing sqlite get stuck in a loop with the message: No callback found with cbID 1013120 and callID 506560 for module .Args:[[{"qid":1111,"result":{"rows":[{"1":1}],"rowsAffected":0},{"qid":1111,"result":{"rows":[],"rowsAffeced":0},"type":"success"}]]

NB. This issue only manifests on react-native-windows - the same app runs on android, macos, and ios without issue.

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • React Native SQLite Storage Version used: 6.0.1
  • React Native version used: 0.66.0
  • Operating System and version (simulator or device): Windows
  • IDE used: Visual Studio
  • Link to your project: Uploading sqlite error.png…

Debug logs

jbcullis avatar Jan 17 '22 01:01 jbcullis