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

fix: outbound send status missing on path #2393

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

dbluhm
Copy link
Member

@dbluhm dbluhm commented Aug 2, 2023

This corrects a flow through the queue_outbound method that could result in no OutboundSendStatus being returned. The method is strictly expected to return a status so this could cause less than graceful errors in some circumstances.

This corrects a flow through the `queue_outbound` method that could
result in no `OutboundSendStatus` being returned. The method is strictly
expected to return a status so this could cause less than graceful
errors in some circumstances.

Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dbluhm dbluhm merged commit a98e8be into hyperledger:main Aug 2, 2023
9 checks passed
@dbluhm dbluhm deleted the fix/outbound-send-status-missing branch August 2, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants