Reduce exception guard 82/101382/7
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 31 May 2022 19:04:53 +0000 (21:04 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 28 Jul 2022 23:39:07 +0000 (23:39 +0000)
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 <robert.varga@pantheon.tech>

No differences found