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

close auditor session #79

Closed
adecaro opened this issue Aug 13, 2021 · 0 comments · Fixed by #80
Closed

close auditor session #79

adecaro opened this issue Aug 13, 2021 · 0 comments · Fixed by #80
Labels
bug Something isn't working

Comments

@adecaro
Copy link
Contributor

adecaro commented Aug 13, 2021

During the execution of a view that prepares a token transaction, the view, at some point, will collect endorsements on the transaction. The endorsement flow contacts the auditor, if required. If another endorsement collection is performed in the same view, the auditor fails to respond because the view is reusing an already existing session to the auditor but in that session the auditor is supposed to respond to only one auditing request.

The solution is to close the auditor session.

@adecaro adecaro added the bug Something isn't working label Aug 13, 2021
adecaro added a commit that referenced this issue Aug 13, 2021
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
@adecaro adecaro linked a pull request Aug 13, 2021 that will close this issue
adecaro added a commit that referenced this issue Aug 13, 2021
mbwhite pushed a commit to mbwhite/fabric-token-sdk that referenced this issue Oct 19, 2022
mbwhite pushed a commit to mbwhite/fabric-token-sdk that referenced this issue Oct 19, 2022
fabric/core/generic driver: transaction's network not set properly hyperledger-labs#79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant