We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28647a commit b0aa42fCopy full SHA for b0aa42f
packages/core/src/lib/light_push/index.ts
@@ -102,7 +102,6 @@ class LightPush extends BaseProtocol implements ILightPush {
102
numPeers: this.NUM_PEERS_PROTOCOL
103
});
104
105
- // This map returns only fulfilled promises
106
const promises = peers.map(async (peer) => {
107
let error: SendError | undefined;
108
const stream = await this.getStream(peer);
0 commit comments