Skip to content

Conversation

@WyriHaximus
Copy link
Member

No description provided.

src/Factory.php Outdated

return $this->resolveAddress($address)->then(function ($address) use ($loop) {
$socket = @stream_socket_server($address, $errno, $errstr, STREAM_SERVER_BIND);
$socket = @\stream_socket_server($address, $errno, $errstr, STREAM_SERVER_BIND);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM, though the same should probably also be applied to global constants, no? Can you amend the PR accordingly? 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it should I'll amend the PR on the next train 👍

@WyriHaximus
Copy link
Member Author

Not sure what just happened but the replacement PR is up at #28 with the amended fix @clue

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants