mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-09 07:31:35 +00:00
fix: dont disconnect peer on inbound stream close
This commit is contained in:
parent
d168c7d531
commit
b15d77f64a
@ -334,7 +334,7 @@ class PubsubBaseProtocol extends EventEmitter {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this._onPeerDisconnected(peerStreams.id, err)
|
this.log.err(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user