[bisq-network/bisq] Improve handling when unable to connect to tor (#2399)

Devin Bileck notifications at github.com
Thu Feb 14 08:04:13 UTC 2019


devinbileck commented on this pull request.



>                  // Furthermore, we have no hidden services started yet, so there is no graceful
                 // shutdown needed either
-                System.exit(1);
+                UserThread.execute(() -> {
+                    setupListeners.stream().forEach(s -> s.onSetupFailed(new RuntimeException(e.getMessage())));
+                });
             } catch (Throwable ignore) {
             }

In fact we are already doing that. Let me review this again. I should be able to add restartTor back to onFailure.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2399#discussion_r256723946
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190214/0fd52a74/attachment.html>


More information about the bisq-github mailing list