Completed the trip to client and back.

This commit is contained in:
2025-04-02 22:10:16 -04:00
parent 3355358ac5
commit 311a3293cd
4 changed files with 101 additions and 29 deletions

View File

@ -30,7 +30,8 @@ impl MoreThanText {
F: Into<Field>,
{
let req = Request::new();
self.client_link.forward(req)
let rx = self.client_link.send(req);
rx.recv().unwrap()
/*
let req = Request::new(tx);
self.tx.send(req.into()).unwrap();