You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting following error :
PHP Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
It is set to 1024, but you have descriptors numbered at least as high as 2071.
--enable-fd-setsize=3072 is recommended, but you may want to set it
to equal the maximum number of open files supported by your system,
in order to avoid seeing this error again at a later date. in /var/www/html/royalpos_socket/vendor/react/event-loop/src/StreamSelectLoop.php on line 303
The text was updated successfully, but these errors were encountered:
Using ratchet/pawl v0.4.1
getting following error :
PHP Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
It is set to 1024, but you have descriptors numbered at least as high as 2071.
--enable-fd-setsize=3072 is recommended, but you may want to set it
to equal the maximum number of open files supported by your system,
in order to avoid seeing this error again at a later date. in /var/www/html/royalpos_socket/vendor/react/event-loop/src/StreamSelectLoop.php on line 303
The text was updated successfully, but these errors were encountered: