[bisq-network/bisq] Bundle of envelopes (#2939)

Florian Reimair notifications at github.com
Mon Jul 8 14:27:22 UTC 2019


freimair commented on this pull request.



> @@ -393,7 +432,13 @@ private boolean violatesThrottleLimit(NetworkEnvelope networkEnvelope) {
     @Override
     public void onMessage(NetworkEnvelope networkEnvelope, Connection connection) {
         checkArgument(connection.equals(this));
-        UserThread.execute(() -> messageListeners.forEach(e -> e.onMessage(networkEnvelope, connection)));
+
+        if(networkEnvelope instanceof BundleOfEnvelopes)

ahm. That is what Intellij does (is that the tool you are referring to?). Besides, I do not spot the issue

-- 
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/2939#discussion_r301123762
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190708/3e9b46f4/attachment.html>


More information about the bisq-github mailing list