You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cloneing 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?