Skip to content

Fix #553, add possibility to define network protocol in config #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Fix #553, add possibility to define network protocol in config #554

merged 2 commits into from
Jul 12, 2023

Conversation

maximetassy
Copy link

close #553

README.md Outdated
'options' => [
// ...

'network_protocol' => 'network wanted',
Copy link
Collaborator

@adm-bome adm-bome Jul 11, 2023

Choose a reason for hiding this comment

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

I rather see this one level up. And accessed via

Arr::get($config, 'network_protocol')

Because network connection config is defined next to lazy and secure config parameters.

The options are more intended for config in the worker Class.

Now this is a bit misleading, as whe have to handle legacy config structure prior to v13.3.0

Copy link
Collaborator

Choose a reason for hiding this comment

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

And maybe document the available protocols

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for your review, I updated the PR with your suggestions

@adm-bome adm-bome merged commit 86315a4 into vyuldashev:master Jul 12, 2023
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.

Network Protocol issue with 13.3.X version
2 participants