Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blocking call at send Dao hashes response #6457

Merged

Conversation

HenrikJannsen
Copy link
Collaborator

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.

…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 <boilingfrog@gmx.com>
@ripcurlx ripcurlx added this to the v1.9.7 milestone Dec 14, 2022
@ripcurlx ripcurlx merged commit d4b6965 into bisq-network:master Dec 14, 2022
@HenrikJannsen HenrikJannsen deleted the fix-blocking-send-message-call branch December 14, 2022 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants