Skip to content
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

Update lndclient grpc max recv size #191

Merged

Conversation

ronballesteros
Copy link
Contributor

References:

The faraday rpcclient was maxrecvsize was updated, but we're still running into this issue:

{'code': 8, 'message': 'grpc: received message larger than max (419942095 vs. 419430400)', 'details': []}

I think we'll also need to update the lndclient maxrecvsize? Similar to the PR here, this updates the grpc max recv size to match the faraday service.

Temporary fix for bumping the memory up a little as this allows us to work with nodes that have large amount of data. Once this is merged and a new release is created, I think we'll need to update the faraday repo to ref the new lndclient release.

@guggero guggero merged commit d14bd5a into lightninglabs:master Aug 26, 2024
1 check passed
@guggero
Copy link
Member

guggero commented Aug 26, 2024

@ronballesteros I've pushed a new tag v0.17.4-6 that you can use to update the lndclient dependency in faraday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants