WIP: note

This commit is contained in:
Jon Häggblad
2022-11-09 01:08:18 +01:00
parent 006767d62c
commit 3de9895203
+3
View File
@@ -84,6 +84,9 @@ impl Handler {
) -> Option<ServerResponse> {
// the ack control is now responsible for chunking, etc.
let input_msg = InputMessage::new_fresh(recipient, message, with_reply_surb);
// WIP(JON): here we should chunk the message, and send it to the sphinx_message_sender
self.msg_input.unbounded_send(input_msg).unwrap();
None