We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb7cc5 commit be77aeeCopy full SHA for be77aee
packages/floodsub/src/floodsub.ts
@@ -188,12 +188,6 @@ export class FloodSub extends TypedEventEmitter<FloodSubEvents> implements Flood
188
protected _onIncomingStream (stream: Stream, connection: Connection): void {
189
const peerStreams = this.addPeer(connection.remotePeer, stream)
190
peerStreams.attachInboundStream(stream)
191
-
192
- // don't wait for identify
193
- this._onPeerConnected(connection.remotePeer, connection)
194
- .catch(err => {
195
- this.log.error('could not set up outgoing stream - %e', err)
196
- })
197
}
198
199
/**
0 commit comments