We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
channel
use two threads to call Node1 send_payment to node3 will cause node2 to get stuck.
send_payment
node2 stuck
"id": 42, "jsonrpc": "2.0", "method": "node_info", "params": [ {} ] }' * Trying 127.0.0.1:8229... * Connected to 127.0.0.1 (127.0.0.1) port 8229 (#0) > POST / HTTP/1.1 > Host: 127.0.0.1:8229 > User-Agent: curl/7.88.1 > Accept: */* > Content-Type: application/json > Content-Length: 99 > ^C guopenglin@192 ~ %
node1: node.log node2: node.log node3: node.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
channel
use two threads to call Node1
send_payment
to node3will cause node2 to get stuck.
node2 stuck
node1:
node.log
node2:
node.log
node3:
node.log
The text was updated successfully, but these errors were encountered: