We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36bbeb commit fba03c8Copy full SHA for fba03c8
1 file changed
src/StreamingClient.php
@@ -67,7 +67,6 @@ public function __construct(Stream $stream, ParserInterface $parser = null, Seri
67
});
68
69
$stream->on('close', array($this, 'close'));
70
- $stream->resume();
71
72
$this->stream = $stream;
73
$this->parser = $parser;
0 commit comments