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
Should be timeout instead (as per comment here https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r589357353)
timeout
js-ipfs-bitswap/src/network.js
Lines 165 to 167 in f546e4b
equality check on messages seems to have a bug (for more context see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587863878)
js-ipfs-bitswap/src/types/message/index.js
Lines 207 to 209 in f546e4b
Want list entries sorting has a bug (See https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587867673)
Need to specify want type when adding it to wantlist (see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587865473)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should be
timeout
instead (as per comment here https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r589357353)js-ipfs-bitswap/src/network.js
Lines 165 to 167 in f546e4b
equality check on messages seems to have a bug (for more context see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587863878)
js-ipfs-bitswap/src/types/message/index.js
Lines 207 to 209 in f546e4b
Want list entries sorting has a bug (See https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587867673)
Need to specify want type when adding it to wantlist (see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587865473)
The text was updated successfully, but these errors were encountered: