added sender removal.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Jeff Baskin 2026-01-30 13:24:50 -05:00
parent b2bd142b22
commit a5e6d1c6e2

View File

@ -98,7 +98,9 @@ impl MoreThanText {
.send(msg.forward(NameType::None, reg_msg))
.unwrap();
rx.recv().unwrap(); // Wait for completion.
self.recursive_session_request(rx, action, msg)
let output = self.recursive_session_request(rx, action, msg);
self.queue.remove_sender(&sender_id);
output
}
pub fn get_document(&self) -> String {