We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bb4e6 commit e08c44fCopy full SHA for e08c44f
src/messaging/ReliableMessageAnalyticsDelegate.h
@@ -68,8 +68,8 @@ class ReliableMessageAnalyticsDelegate
68
// this value will be 0.
69
uint32_t messageCounter = 0;
70
// If the eventType is kRetransmission, this value will be populated with the number of the
71
- // retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second transmission of the message). This value should never
72
- // be 0.
+ // retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second
+ // transmission of the message). This value should never be 0.
73
std::optional<uint8_t> retransmissionCount;
74
};
75
0 commit comments