[bisq-network/bisq] TempProposal objects transmit on every startup when already present on starting node (#3629)

Julian Knutsen notifications at github.com
Thu Nov 21 20:12:43 UTC 2019


After more investigation, the same bugfix commit fixes an additional issue where we were retransmitting every non-persistable `ProtectedStorageEntry` in the `GetUpdatedDataRequest` path.  By using the in-memory map instead of the protectedDataStore, we now stop transmitting duplicates. Here was the breakdown of the duplicate transmissions before that patch:

```
#################################################################
Received 724 instances
RefundAgent: 1 (915 B)
Filter: 2 (5.7 KB)
TempProposalPayload: 56 (33.9 KB)
MailboxStoragePayload: 457 (2.0 MB)
Alert: 1 (826 B)
Mediator: 2 (1.8 KB)
OfferPayload: 205 (249.6 KB)
################################################################# 
```

-- 
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/3629#issuecomment-557252928
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191121/4b21c34a/attachment-0001.html>


More information about the bisq-github mailing list