*reset pipe before asking for next chunk
This commit is contained in:
parent
68fdd4e0ce
commit
020f02d958
|
@ -66,10 +66,10 @@ export class IPFSClient extends Client {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
update("next");
|
|
||||||
|
|
||||||
pipe = defer();
|
pipe = defer();
|
||||||
|
|
||||||
|
update("next");
|
||||||
|
|
||||||
return {
|
return {
|
||||||
value: chunk,
|
value: chunk,
|
||||||
done: false,
|
done: false,
|
||||||
|
|
Loading…
Reference in New Issue