You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [kad-dht spec](s://github.com/libp2p/specs/tree/master/kad-dht)
says:
> PING: Deprecated message type replaced by the dedicated ping protocol. Implementations may still handle incoming PING requests for backwards compatibility. Implementations must not actively send PING requests.
Switch to using `@libp2p/ping` instead of KAD-DHT `PING` messages to
be compliant with the spec.
BREAKING CHANGE: `@libp2p/kad-dht` now depends on `@libp2p/ping` - please configure this in your service map
0 commit comments