Skip to content

HOTFIX: Fix stream_set_blocking call in StreamSocketClient::buildSocket for UDP streams#164

Open
r00t3g wants to merge 1 commit into
bzikarsky:masterfrom
r00t3g:fix-non-blocking-udp
Open

HOTFIX: Fix stream_set_blocking call in StreamSocketClient::buildSocket for UDP streams#164
r00t3g wants to merge 1 commit into
bzikarsky:masterfrom
r00t3g:fix-non-blocking-udp

Conversation

@r00t3g

@r00t3g r00t3g commented Apr 21, 2026

Copy link
Copy Markdown

For some reason during transport modernization in f2625cf
, UDP sockets started to be set in blocking mode rather than non-blocking.

According to PHP Docs passing true to stream_set_blocking will make stream blocking which contradicts the comment before the call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant