yii-debug-api
yii-debug-api copied to clipboard
Fix server sent events stream buffers reading
See https://github.com/yiisoft/yii-debug-api/blob/23c4bea89ecd8e45038df9f0eab77ca59a4d9033/src/ServerSentEventsStream.php#L78 (https://github.com/yiisoft/yii-debug-api/pull/117)
The stream doesn't read as enough as requested bytes. Should be fixed with intermediate buffer inside the stream.