You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times IPFS will just fail for a request or two and then resume working. I assume this is due to the relatively volatile network that we are relying on at the moment. In any case, just waiting a bit and retrying should be a suitable work-around for this case. We should work out a nice approach for queuing these retries and design the data flows such that it can handle such an interruption. Perhaps using promise chains is not the most suitable approach here, as we are doing currently.
The text was updated successfully, but these errors were encountered:
Argh yeah, this is super annoying. we should be fixing this shortly (maybe 0.3.8 or 0.3.9), as we'll switch to prebuilt bins with Go 1.5 + merge some fixes (right @whyrusleeping)?
Many times IPFS will just fail for a request or two and then resume working. I assume this is due to the relatively volatile network that we are relying on at the moment. In any case, just waiting a bit and retrying should be a suitable work-around for this case. We should work out a nice approach for queuing these retries and design the data flows such that it can handle such an interruption. Perhaps using promise chains is not the most suitable approach here, as we are doing currently.
The text was updated successfully, but these errors were encountered: