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

[BUG] - ask has a payload limit due to libp2p #106

Closed
moofone opened this issue Jan 4, 2025 · 3 comments
Closed

[BUG] - ask has a payload limit due to libp2p #106

moofone opened this issue Jan 4, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@moofone
Copy link

moofone commented Jan 4, 2025

This issue is to track if this gets fixed:

libp2p issue

Currently there is an arbitrary limitation in libp2p request-response payloads which prevents ask() on large payloads.

I've tested raising/removing this limit in libp2p which allows larger messages to be sent

Hopefully once this limit can be configured in libp2p, we can do the same in the swarm bootstrapping.

@moofone moofone added the bug Something isn't working label Jan 4, 2025
@moofone
Copy link
Author

moofone commented Jan 5, 2025

Update: There was already a branch to solve this PR here

@tqwewe
Copy link
Owner

tqwewe commented Jan 7, 2025

Looks like its merged, just waiting for the next release of libp2p now

@tqwewe
Copy link
Owner

tqwewe commented Jan 10, 2025

I believe #111 solves this now, since the libp2p swarm can be passed in from userland code, so nothing more to do on kameo's side.

@tqwewe tqwewe closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants