pub const MAX_RETRIES: u8 = 5;Expand description
Maximum number of transmission attempts per message before giving up
(the default used when MessengerConfig::default is in play).
pub const MAX_RETRIES: u8 = 5;Maximum number of transmission attempts per message before giving up
(the default used when MessengerConfig::default is in play).