I am getting lots of ANR using bdk.
I run constant syncs in the background, and when getting the transactions or getting address it triggers anr, I think due to deadlocks on the internal database.
It changed to this behavior when the methods stopped being asynchronous.
Any fix for this? Am I doing something wrong?
Currently on the main branch
bdk_flutter:
dependency: "direct main"
description:
name: bdk_flutter
sha256: "3e2bb3dfee6666857123a60adf93c0ee8e5707a99278504ce02236ebb87cc24e"
url: "https://pub.dev"
I am getting lots of ANR using bdk.
I run constant syncs in the background, and when getting the transactions or getting address it triggers anr, I think due to deadlocks on the internal database.
It changed to this behavior when the methods stopped being asynchronous.
Any fix for this? Am I doing something wrong?
Currently on the main branch