This repository was archived by the owner on Mar 30, 2018. It is now read-only.

Description
Description
When running behind a proxy, there is a definite timeout if the connection is inactive. This timeout breaks the connection between the peer and the chaincode, the chaincode stops.
Describe How to Reproduce
- Run a peer behind a proxy
- Deploy a chaincode
- The chaincode connects to the peer via proxy
- Do not invoke/query for a long period. The chaincode container exits due to grpc error, connection broke.
Proposal
Add a keep-alive message between chaincode & peer to keep the communication active - masterDev1985/fabric@1e8eabb