Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:38:35 +01:00
parent c1a7c0c979
commit ea143f274f

View file

@ -234,10 +234,9 @@ Notifier
```
foreach ($client->stream($responses) as $response => $chunk) {
if ($chunk->isLast()) {
// a $response completed
} else {
// a $response's got network activity or timeout
}
}
```