amphp / file

An abstraction layer and non-blocking file access solution that keeps your application responsive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check stream behavior

kelunik opened this issue · comments

Currently closed streams throw on another read(), I think they should return null like TCP streams.