Volodymyr Kovalenko
Volodymyr Kovalenko
@ElForastero As for me, nothing changed, works as expected :+1:
Hello @WyriHaximus ! I have same issue with file reading, maybe you need to add other listener to the 'end' event on stream in `FileInterface::getContents` function. Like this solution: ```php...
This can be also an issue from React\Promise\Stream::buffer function, there is no handling of 'end' event and that is strange ^_^
Thanks a lot, will use as temporary solution up to next update :smiley: