*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();
|
||||
|
||||
update("next");
|
||||
|
||||
return {
|
||||
value: chunk,
|
||||
done: false,
|
||||
|
|
Loading…
Reference in New Issue