reactphp / filesystem

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

Use native PHP indexing for child process file descriptors #56

Closed ghost closed 5 years ago

ghost commented 5 years ago

This PR is a replacement for #53. As suggested by @clue, we just append to the array and let PHP handle assigning the key.

This PR fixes clashing file descriptors (and therefore overwriting each other) when using the child process adapter.