{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello! 👋
Currently, the reactphp/filesystem component allows reading from and writing to files in chunks. Technically, this can be used for a simple file-streaming implementation, but performance is poor because getContents() and putContents() open and close the file on every call (at least with the EIO adapter). It would be great if this library offered native streaming functionality.
Beta Was this translation helpful? Give feedback.
All reactions