On Hyperledger Fabric v1, I am trying to throw multiple requests to the same channel at the same time.
But the following error came out.
Error: EventHub has been shutdown
Is there a limit on the number of simultaneous execution of chaincodes?
If there is a limit, is there a parameter to increase it?
Kindly let me know why this happens.