fabric-chaincode-haskell
fabric-chaincode-haskell copied to clipboard
Handle concurrent transactions
Currently the process is single threaded, stub calls call the listenForResponse function which waits for the response message for the peer and during that time is not able to receive new transactions