added sender removal.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
parent
b2bd142b22
commit
a5e6d1c6e2
@ -98,7 +98,9 @@ impl MoreThanText {
|
|||||||
.send(msg.forward(NameType::None, reg_msg))
|
.send(msg.forward(NameType::None, reg_msg))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
rx.recv().unwrap(); // Wait for completion.
|
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 {
|
pub fn get_document(&self) -> String {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user