aicis/fresco

Connections not closed on error

jonas-lj opened this issue · 1 comments

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.

@Quacktiamauct