fission-codes / ipfs-haskell

IPFS wrapper for Haskell
https://hackage.haskell.org/package/ipfs
Apache License 2.0
43 stars 5 forks source link

add connectRetry to IPFS.Peer #4

Closed dholms closed 4 years ago

dholms commented 4 years ago

Problem

We'll useconnectRetryin theweb-api` but this functionality should be available in the library

Solution

Port a simplified version of swarmConnectWithRetry from the cli as connectRetry

expede commented 4 years ago

Break out IPFS library