2.0.0 Beta 9
Pre-release
Pre-release
- Fixed cancelling a read in
ReadableIterableStreamcausing all subsequent reads to fail - If the iterable in
ReadableIterableStreamthrows an exception that is not an instance ofStreamException, aStreamExceptionis thrown with the prior thrown exception set as the previous exception - Renamed the
$optionsparam ofparseLineDelimitedJsonto$flagsto match thejson_decodefunction.