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 a25426d commit 2619afeCopy full SHA for 2619afe
1 file changed
BufferedSink.php
@@ -32,6 +32,7 @@ public function handleErrorEvent($e)
32
public function write($data)
33
{
34
$this->buffer .= $data;
35
+ $this->deferred->progress($data);
36
}
37
38
public function close()
0 commit comments