aicis / fresco

A FRamework for Efficient Secure COmputation
Other
137 stars 58 forks source link

Connections not closed on error #397

Closed jonas-lj closed 1 year ago

jonas-lj commented 2 years ago

If something goes wrong during creation of sockets, some connections are not closed.

Should be a change to the finally clause in Connector.connectNetwork() where some connections are created before the error.

jot2re commented 2 years ago

@Quacktiamauct