Closed ineiti closed 2 years ago
Forgot one file - in the propagation part, it also used the SendToChildrenInParallel
, so I replaced that one, too.
The SendToChildrenInParallel
is the place where things go down, as it will block if one of the connections cannot be set up. Which could be better handled with the method you proposed.
Here is the issue for the SendToChildrenInParallel
: dedis/onet#682
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This PR does the following: