It's possible that sock.send() did not send all the data causing a deadlock, but sock.sendall() will ensure that it's completed.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCd29b40a59970: [chronik] Electrum: flush the send buffer in tests
./test/functional/test_runner.py chronik_electrum_*
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable