-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization
Milestone
Description
seems like ipfs-http-api block api timeout option isnt working.
- Version:
[email protected]
{
version: '0.10.0',
commit: '',
repo: '11',
system: 'amd64/linux',
golang: 'go1.16.8'
}Severity:
High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
Description:
ipfs-http-client block api doesnt seem to have timeout option
Steps to reproduce the error:
start an ipfs daemon with http api
IPFS_HTTP = require('ipfs-http-client')
client = IPFS_HTTP.create()
client.dag.put({}, { timeout: -1 }) // timeout error (good)
client.block.put(new Uint8Array([]), { timeout: -1 }) // no timeout error/completes (bad)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization