I need to detect the event of peers disconnecting on the DHT. Proposed api ```js libp2p.on('peer:disconnect', (peer) => { }) ```