From d4b6965348dea9ea002c063428992932769b101c Mon Sep 17 00:00:00 2001 From: HenrikJannsen Date: Tue, 13 Dec 2022 16:25:39 -0500 Subject: [PATCH] Use networkNode.sendMessage instead of connection.sendMessage as the call on connection is blocking. This was likely a major bug for seed nodes that at sending hash responses the main thread got blocked. Signed-off-by: HenrikJannsen --- .../bisq/core/dao/monitoring/network/StateNetworkService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/dao/monitoring/network/StateNetworkService.java b/core/src/main/java/bisq/core/dao/monitoring/network/StateNetworkService.java index 92e110c9c19..2df00fc94ff 100644 --- a/core/src/main/java/bisq/core/dao/monitoring/network/StateNetworkService.java +++ b/core/src/main/java/bisq/core/dao/monitoring/network/StateNetworkService.java @@ -145,7 +145,7 @@ public void sendGetStateHashesResponse(Connection connection, int nonce, List