fabric-gateway-java
fabric-gateway-java copied to clipboard
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
Hi Everyone. I am using Fabric Java SDK v2.2 for building my fabric client. We are using the Service Discovery for connection. We observed that the BlockEvent objects are retained...
There seems to be a 3 second wait on shutdown for managedchannel. Therefore, the wait time increases with the number of peers. Is there anything I can do to shorten...
Hello, I've found a memory / thread leak when listening to blockchain events, in this case is when trying to listen for block events. Too many threads are created and...