Move session into an extractor minus client listener changes.

This commit is contained in:
2025-04-20 10:15:55 -04:00
parent bb70cc65e0
commit 4fc050e590
3 changed files with 24 additions and 11 deletions

View File

@ -325,7 +325,8 @@ impl Client {
msg.get_data("doc").unwrap().to_string(),
)s
*/
self.registry.send(&tx_id, initial_msg.reply(MsgType::Document));
self.registry
.send(&tx_id, initial_msg.reply(MsgType::Document));
}
}