Searched refs:handle_send_indication (Results 1 – 1 of 1) sorted by relevance
124 METHOD_SEND => self.handle_send_indication(m).await, in process_message_handler()662 pub(crate) async fn handle_send_indication(&mut self, m: &Message) -> Result<()> { in handle_send_indication() method