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
{{ message }}
This repository was archived by the owner on May 16, 2026. It is now read-only.
I got this fwrite error all the time when running icicleio/stream on windows machine and sending a lot of messages through.
fwrite(): send of .. bytes failed with errno=10035 A non-blocking socket operation could not be completed immediately, in icicleio\stream\src\Pipe\WritablePipe.php on line 152
I assume this is related to the Windows limitation described here.
Can you confirm if it correct, and are you planning to have a workaround for this issue in the icicleio/stream lib itself? Or any other suggestion is appreciated.
Hi,
I got this fwrite error all the time when running icicleio/stream on windows machine and sending a lot of messages through.
fwrite(): send of .. bytes failed with errno=10035 A non-blocking socket operation could not be completed immediately, in icicleio\stream\src\Pipe\WritablePipe.php on line 152
I assume this is related to the Windows limitation described here.
Can you confirm if it correct, and are you planning to have a workaround for this issue in the icicleio/stream lib itself? Or any other suggestion is appreciated.
Thanks