Open koh-osug opened 10 months ago
The solution is to add to the config:
connectionManager: {
}
This is not covered by the examples or tutorials. Any reasons why? Should I create a PR to fix this?
Yes this seems like a bug. You should not need to explicitly add an empty connection manager configuration.
cc @achingbrain this seems like an issue in js-libp2p core
@achingbrain I'm clearing out older issues now, I wonder if this is still an issue?
I'm running two nodes on the same machine and can see:
Now, I would strongly assume that
private onPeerConnected
must be called to add this peer. But this never happens. The integration seems to be not working. I'm using version ^11.0.1The code: