reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Reworked file copying to use pipe #40

Closed WyriHaximus closed 6 years ago

WyriHaximus commented 6 years ago

This solves the event loop time out as streaming closing is pickedup correctly.

WyriHaximus commented 6 years ago

While this PR doesn't pass builds, it's a huge step forwards and I prefer to fix the stalled builds in a follow up PR.