I need some help debugging the js-libp2p DHT
I’m running orbit-db with js-ipfs, and when I enable the DHT in libp2p, the entire node app freezes 2 seconds after opening.
Here’s an example log output of one of the runs:
https://dev.azure.com/phillmac/orbit-db-http-api-dev-tests/_build/results?buildId=393
The nodejs app is the orbit-db-http-api, and I’m running tests against it with the python api client.
I’ve got DEBUG=* set, and the logs for the Nodejs instance are at the bottom, the python HTTP client at the top.
Can anyone make any recommendations on how to debug this further, because I can’t make heads or tails of why it just abruptly stops responding?
All the tests work just fine with the DHT disabled except for the ones that use DHT functions.