We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Update: There was already a branch to solve this PR here
Sorry, something went wrong.
Looks like its merged, just waiting for the next release of libp2p now
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: