[bisq-network/bisq] Bundle messages at broadcast (#4436)

chimp1984 notifications at github.com
Mon Aug 31 15:26:50 UTC 2020


@chimp1984 commented on this pull request.



>                            @Nullable BroadcastHandler.Listener listener) {
-        BroadcastHandler broadcastHandler = new BroadcastHandler(networkNode, peerManager);
-        broadcastHandler.broadcast(message, sender, this, listener);
-        broadcastHandlers.add(broadcastHandler);
+        broadcastRequests.add(new BroadcastRequest(message, sender, listener));
+        // Keep that log on INFO for better debugging if the feature works as expected. Later it can
+        // be remove or set to DEBUG
+        log.info("Broadcast requested for {}. We queue it up for next bundled broadcast.",

I will set those to debug

-- 
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/4436#discussion_r480205612
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200831/6d66a787/attachment.html>


More information about the bisq-github mailing list