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

node: moves ccqP2pMessagesSent counter to happy path #3928

Merged

Conversation

thep2p
Copy link
Contributor

@thep2p thep2p commented May 3, 2024

This pull request introduces a minor adjustment (and potential fix) by relocating the ccqP2pMessagesSent counter to only increment during successful publish events. Previously, this counter tallied both successful and unsuccessful attempts, which quite contradicted its label and description that specifically refer to "sent" messages. Now, the counter will only increment on the successful execution path.

@thep2p
Copy link
Contributor Author

thep2p commented May 6, 2024

@panoel @bruce-riley thanks for approving the PR, would you please merge it?

@bruce-riley bruce-riley merged commit 0060494 into wormhole-foundation:main May 7, 2024
24 checks passed
@thep2p thep2p deleted the yahya/fix-ccqp2p-message-count branch May 7, 2024 13:36
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.

3 participants