Jacob Heun

Results 98 comments of Jacob Heun

@Stebalien @dirkmc can this be merged?

@jhiesey might be able to help out with presenting the DHT/p2p use cases.

As mentioned in libp2p/js-libp2p-switch#271, we need browser tests added for stats. We should also do an inventory of the tests to ensure we have adequate tests in both node and...

related to https://github.com/libp2p/js-libp2p-connection-manager/issues/16

There are timeouts in latency-monitor, but all refs are removed on shutdown. There are private methods on the latency-monitor for turning off the timers, ideally we'd be able to shut...

@alanshaw it looks like the `TLSWRAP` and `HTTPPARSER` logs go away when preloading is disabled on ipfs.

Okay, I can replicate that now with the `read+write iterator` example. It looks like if the node is running long enough and attempts to stop there may be several queued...

After look at this more there are a few things we're going to need to make sure are happening for graceful shutdowns, several of which aren't currently happening. ## TODO...

This has marginally improved with 0.41.3. Closing out in progress dials is the major issue left to resolve.

I added issues that were missing to complete this work and updated the todo list in the comment, https://github.com/libp2p/js-libp2p-switch/issues/281#issuecomment-447384312. There are several issues that need to be completed for in...