lnbits / splitpayments

MIT License
13 stars 7 forks source link

Hanging on Hodl invoice #24

Open santyr opened 1 month ago

santyr commented 1 month ago

Payment splitting appears to hang when encountering a self-custodial LN addresses powered by ZEUS (Hodl invoice).

Example address: for testing: thetruthaddict@zeuspay.com

dni commented 1 month ago

hey, yeah! that is an issue, we should try to pay the invoices in background tasks

dni commented 1 month ago

https://github.com/lnbits/splitpayments/blob/main/tasks.py#L72

its just a sync for loop inside a background task