Closed
Description
I'm trying to implement an onion message handler that does some work async and then eventually replies to an onion message. However, handle_message
currently only exposes the message itself but not the reply path, which would be needed to be able to respond async. To avoid clone
ing the BlindedPath
in such a case, maybe it makes sense to drop the whole reply-inline logic and force users to reply via release_pending_custom_messages
?
Metadata
Metadata
Assignees
Labels
No labels