Closed yanganto closed 8 months ago
What you're running into is not in any way connected to expiry_secs
, which determines when the generated invoice will expire. The timeout you're seeing is happening if we don't receive a response from the LSP in a timely manner. Currently the timeout is 5 secs.
a) Could you check which responses you see received? This might give you an indication where in the protocol the service is stuck b) Which version of lightning-liquidity are you running service-side? Did you already upgrade to 0.1.0-alpha?
Closing as completed.
I ran into an issue, there is an error on the client side.
But there is no error message and it seems nothing wrong on the server side. The log from the server just shows the node disconnect by itself.
It is timeout so quickly and the
expiry_secs
does not work even when I set the value more than 1hr. The request still timeout in a few seconds.