I have problem with send file from docker container on ExtEventLoop.
I have exception for static-server.
Warning: Event::add(): Epoll ADD(1) on fd 16 failed. Old events were 0; read change was 1 (add); write change was 0 (none): Operation not permitted
File is avaible
step1
step2
step3
step4
Problem reproduce only docker container for me.
Any idea?
PHP 7.2, event (ext for loop)
issue in phppm repo:
php-pm/php-pm#396
I prepared simple example for reproduce problem - https://github.com/alexpts/phppm-demo-bug
Problem reproduces only container FS, if you use docker volume FS it works.
I have problem with send file from docker container on ExtEventLoop.
I have exception for static-server.
Warning: Event::add(): Epoll ADD(1) on fd 16 failed. Old events were 0; read change was 1 (add); write change was 0 (none): Operation not permittedFile is avaible
step1
step2
step3
step4
Problem reproduce only docker container for me.
Any idea?
PHP 7.2, event (ext for loop)
issue in phppm repo:
php-pm/php-pm#396
I prepared simple example for reproduce problem - https://github.com/alexpts/phppm-demo-bug
Problem reproduces only container FS, if you use docker volume FS it works.