-
Notifications
You must be signed in to change notification settings - Fork 112
Possible miscount of sent messages #440
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
You're right we should increment the counter in streamMessageSender.SendMsg() Would you have time to submit a PR? |
OK, I'll cook it up. |
Looks like #441 was merged, can this be closed? |
I think, yes. |
And thanks for the reminder! |
I can see only one place where the
MessagesSent
counter is incremented:go-bitswap/network/ipfs_impl.go
Line 323 in 00f4df8
What about messages going out from a
MessageSender
?The text was updated successfully, but these errors were encountered: