ChluNetwork / chlu-ipfs-support

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

Automatically retry broadcasts #6

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

Using exponential backoff, retry broadcasts until a response arrives

kulpreet commented 6 years ago

We should probably put a wrapper around this.room.broadcast with the error handling and retrying, so that we can reuse that wrapper everywhere we use this.room.broadcast