Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1447] Broadcaster exits normally at EOF
Make broadcast.(*broadcaster).queueEnvelopes() exits normally when it detects io.EOF at receiving a message from a client. If the orderer forwards io.EOF to a Node SDK client, Orderer.sendBroadcast() fails due to the error. I observed this error when I deploy a large chaincode with BATCHSIZE=1. Fix Issue # FAB-1447. https://jira.hyperledger.org/browse/FAB-1447 Signed-off-by: Tatsushi Inagaki <[email protected]> Change-Id: Icc6379bb04ceaab7ad463c0234d2419c34f8faca
- Loading branch information