fix: revert #420

This commit is contained in:
Diego Rodríguez Baquero 2022-05-10 19:56:27 -05:00 committed by GitHub
parent 38c4fdbcc1
commit 8d54938f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,6 @@ class WebSocketTracker extends Tracker {
clearTimeout(peer.trackerTimeout)
peer.trackerTimeout = null
delete this.peers[offerId]
peer.destroy()
} else {
debug(`got unexpected answer: ${JSON.stringify(data.answer)}`)
}