Skip to content

Commit fba03c8

Browse files
committed
Bugfix: duplicate resume call.
1 parent c36bbeb commit fba03c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/StreamingClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function __construct(Stream $stream, ParserInterface $parser = null, Seri
6767
});
6868

6969
$stream->on('close', array($this, 'close'));
70-
$stream->resume();
7170

7271
$this->stream = $stream;
7372
$this->parser = $parser;

0 commit comments

Comments
 (0)