Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hold a connection to the node #2

Closed
dl-ota opened this issue Oct 5, 2020 · 1 comment
Closed

Hold a connection to the node #2

dl-ota opened this issue Oct 5, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dl-ota
Copy link
Collaborator

dl-ota commented Oct 5, 2020

Since we want to be able to receive notifications by the block chain, we need to hold a session. All required functions should be inside our Utils class.

@kk-ota
Copy link
Collaborator

kk-ota commented Oct 14, 2020

The connection is now established once. Related commit: fd9ca62
This is done by testing if the network is null. The Classes Network and Gateway offer no fitting method to for this purpose:
https://hyperledger.github.io/fabric-gateway-java/master/org/hyperledger/fabric/gateway/Network.html
https://hyperledger.github.io/fabric-gateway-java/master/org/hyperledger/fabric/gateway/Gateway.html

@dl-ota dl-ota closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants