Florian Lenz

Results 16 comments of Florian Lenz

@Stebalien Could you please publish a new release for [go-libp2p-net](https://github.com/libp2p/go-libp2p-net)? I would like to use [this file](https://github.com/libp2p/go-libp2p-net/blob/master/notifiee.go#L10) which is not included the current release.

@Stebalien Thank you. I used to test with a `host.Host` object but switched to a `net.Network` object like described in the requirements. Now I am getting an error when I...

@Stebalien I am getting a random error: ``` panic: failed to specify addrs: [/ip4/0.0.0.0/tcp/58909] goroutine 327 [running]: github.com/florianlenz/go-libp2p-bootstrap.(*Bootstrap).networkInterfaceListener.func1(0xc4200a6640, 0xc4204679e0) /Users/florian/projects/go/src/github.com/florianlenz/go-libp2p-bootstrap/bootstrap.go:81 +0x14e created by github.com/florianlenz/go-libp2p-bootstrap.(*Bootstrap).networkInterfaceListener /Users/florian/projects/go/src/github.com/florianlenz/go-libp2p-bootstrap/bootstrap.go:74 +0x104 exit status 2 FAIL...

Yes, when I changed the wifi "state" (switch from on to off and vise versa). I enabled the logging but I couldn't trigger the panic again (will debug it in...

I already retried ~50 times but couldn't trigger it.

ok. I tried the bootstrapping package yesterday in a train (our's are famous flaky wifi) and the bootstrapping worked quite well. At the moment you just call start which start...

I don't really have an alternative. A hack would be to ping a website I guess. But that's pretty ugly, so no better ideas from my side. 1. and 2....

@Stebalien What are the next task's? I tested the bundle and it's working as it's supposed todo. Do you want to pull it in the libp2p github organisation or should...

I appreciate every code review. Just wait a few days since I am currently updating it (I will ping you when it's done)