cothority icon indicating copy to clipboard operation
cothority copied to clipboard

Pedersen DKG protocol errors not handled

Open cgrigis opened this issue 4 years ago • 1 comments

The errors returned during the execution of Dispatch() are not handled, and will result in a hanging goroutine.

cgrigis avatar Jun 17 '20 15:06 cgrigis

This is mostly a problem in calypso.Service.NewProtocol where a go-routine waits for the end of the protocol.

ineiti avatar Jun 17 '20 17:06 ineiti