amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.
https://amphp.org/byte-stream
MIT License
367 stars 30 forks source link

Message hides exceptions #18

Closed kelunik closed 7 years ago

kelunik commented 7 years ago

Exceptions are hidden inside Message when streaming, they're fine when using the Promise API.