dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
51 stars 29 forks source link

Revert to blocking dispatcher and use a fix inside the simulation #606

Closed Gilthoniel closed 4 years ago

Gilthoniel commented 4 years ago

This reverts to a blocking dispatcher and prevent the Node setup phase of the simulation to stall by running the actual setup in a goroutine that will send the acknowledgement when done.