1. Should be `timeout` instead (as per comment here https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r589357353) https://github.com/ipfs/js-ipfs-bitswap/blob/f546e4be772a0c76e21be0706195ce238e44be7e/src/network.js#L165-L167 2. equality check on messages seems to have a bug (for more context see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587863878) https://github.com/ipfs/js-ipfs-bitswap/blob/f546e4be772a0c76e21be0706195ce238e44be7e/src/types/message/index.js#L207-L209 3. Want list entries sorting has a bug (See https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587867673) 4. Need to specify want type when adding it to wantlist (see https://github.com/ipfs/js-ipfs-bitswap/pull/261/files#r587865473)
Should be
timeoutinstead (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)