ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Calling readReviewRecord too soon never resolves #44

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

While working on chlu-demo, if the page is loaded directly on the Vendor Profile for example, it immediately calls readReviewRecord after getting the transactions. These calls never return, but if I change the page and go back there the calls get made again and they work fine.

Need to investigate why this happens