LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Syncing blocks main thread on iOS now #52

Closed Czino closed 1 year ago

Czino commented 1 year ago

I found that the change made in this line https://github.com/LtbLightning/bdk-rn/blob/b31ab3dca45ddb4d98a56ecf2e8effdec54b201e/ios/BdkRnModule.swift#LL497C15-L497C15

Is now blocking the main thread iOS. Reverting the change fixes the issue.

BitcoinZavior commented 1 year ago

The fix is in https://github.com/LtbLightning/bdk-rn/pull/54 Will merge it after you can confirm if works for you.