From: Robert Varga Date: Tue, 31 May 2022 19:04:53 +0000 (+0200) Subject: Reduce exception guard X-Git-Tag: v4.0.0~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=29e06cbd92b039d501a004cabcf0eb19f63c427a;hp=29e06cbd92b039d501a004cabcf0eb19f63c427a;p=netconf.git Reduce exception guard We really should not be catching Exceptions here and once connect() returns we should be completely asynchronous. Reduce the amount of code protected by the try/catch block. Change-Id: I673cc4f0a52cefd2659a5db5a96417e00fd89422 Signed-off-by: Robert Varga ---