dedis / onet

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

Force protocol config to be sent #622

Closed Gilthoniel closed 4 years ago

Gilthoniel commented 4 years ago

It fixes the issue where a protocol requiring a configuration could receive a message from a participant (and not the leader) as the first message thus trying to create the protocol with the missing configuration.

Fixes #621