[bisq-network/bisq] Multiple call to requestPreliminaryData can cause startup problems (#5204)

chimp1984 notifications at github.com
Thu Feb 18 22:00:09 CET 2021


<!--
   SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
   If you have a support request, please join #support on Bisq's
   Keybase team at https://keybase.io/team/Bisq
-->

### Description

We call requestPreliminaryData on requestDataManager also from MailboxMessageService beside the P2PService.
This does not lead to a duplicated request as we check that we have only one request per address open, but we trigger the cleanup timer (2 minutes) which removes the handlers, so if the response takes longer than 2 minutes it will not be recognized. 

-- 
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/issues/5204
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210218/9c30c32a/attachment.htm>


More information about the bisq-github mailing list