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
Planned start date: Due date:
Tracks the work done on js-waku to improve speed, latency, and other critical parameters to the fluency of js-waku. Items may come from:
js-waku
This is a yearly milestone as such report and feedback may happen as long as the library is used.
Bug reports should only be tracked here if not related to a 2023 development.
Promise.all
lightPush.send
pipe()
The text was updated successfully, but these errors were encountered:
Investigate re-usability of streams (comment);
We confirmed that libp2p's best practice is to *not re-use a stream for req-res protocols.
The first item is already tracked in #1465 so not sure to see a need to double track.
Sorry, something went wrong.
weboko
No branches or pull requests
Planned start date:
Due date:
Summary
Tracks the work done on
js-waku
to improve speed, latency, and other critical parameters to the fluency ofjs-waku
.Items may come from:
Acceptance Criteria
This is a yearly milestone as such report and feedback may happen as long as the library is used.
Bug reports should only be tracked here if not related to a 2023 development.
Tasks
Promise.all
when possible;lightPush.send
etc (here);pipe()
#1546RAID (Risks, Assumptions, Issues and Dependencies)
The text was updated successfully, but these errors were encountered: