Skip to content

Commit

Permalink
fix over iteration during stream creation
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Sep 30, 2024
1 parent 00c3261 commit 116fd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/stream_manager/stream_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class StreamManager {
this.log.info(
`Created stream for peerId=${peer.id.toString()} multicodec=${this.multicodec}`
);
break;
} catch (error) {
lastError = error;
}
Expand Down

0 comments on commit 116fd9f

Please sign in to comment.