[bisq-network/bisq] Added graceful shutdown hook (#4047)

Florian Reimair notifications at github.com
Fri Mar 27 23:37:41 UTC 2020


@freimair commented on this pull request.



>              if (completeHandler != null)
-                UserThread.runAfter(completeHandler, size * 200 + 500, TimeUnit.MILLISECONDS);
+                UserThread.runAfter(completeHandler, 10, TimeUnit.MILLISECONDS);

In fact after digging into this again, I believe it is best to actually revert this change. We do not have any means of checking whether offers have been taken down already. Syncing that up would mean that we need to alter a whole lot of "stopping" business logic in the code. Although, exactly that is due someday, it is imho not necessary now.

-- 
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/4047#discussion_r399583635
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200327/83bb97f8/attachment.html>


More information about the bisq-github mailing list