Results 1846 comments of Steven Allen

`libp2p.New` uses `go-libp2p-swarm` under the hood. I'll have to look at those tests in depth to figure out what's going on.

@florianlenz all done.

Hm. That's unfortunate. I'd just build on-top of the Host object for now. We can reorganize later.

> It happen's to me after turning on my wifi (which I turn on / off for testing). It happens when you turn your wifi ON? That's really strange. The...

Hm. I wonder if this is some kind of transient issue where we should retry....

Ah. It's going to be a Heisenbug... Well, if that function fails in production, we'll log instead of panicing so it won't be the end of the world. We'll track...

Yeah, you're probably right. My intent was to avoid doing too much work in the background while still connecting the moment we notice we have an internet connection. Additionally, we...

1. I'd just set the parameters on init instead of start (allows us to setup/configure in one step and then start everything in the next). 2. Yes. Just a simple...

(we've done one round of review, I just need to spend some time to do additional rounds)

Fair enough. Also, it looks like our backoff aren't actually exponential...