Skip to content

Commit

Permalink
fix(core-p2p): don't cause suspensions for unresponsive plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed May 16, 2019
1 parent 71a6150 commit 34749bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-p2p/src/peer-communicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class PeerCommunicator implements P2P.IPeerCommunicator {
peer.ports[name] = plugin.port;
}
} catch (error) {
throw new PeerVerificationFailedError();
peer.ports[name] = undefined;
}
}
}
Expand Down

0 comments on commit 34749bf

Please sign in to comment.