-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot trade with dlc channel in state RenewOffered #2628
Comments
It seems the app never received the |
I checked the logs, the coordinator wasn't able to store the
It looks like we are too inefficient with our connection usage. Haven't checked yet, but if we use the default values 10 connections can be requested in parallel from the postgresql database. If all of them a used and not freed up in time, the client will time out. Maybe related to some inefficiency on the rollover implementation. |
What's the timeout? |
|
Closing this issue as the underlying issue is #2629 which resulted in the dlc message not getting stored to the database thus the rollover never happened. I rolled back the channel state on the coordinator and rerun the rollover which worked. |
Trying to buy $1 resulted in the reported error.
The text was updated successfully, but these errors were encountered: