Skip to content
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

Fix configuration does not take effect in real time #334

Merged
merged 2 commits into from Aug 6, 2019

Conversation

qiqizjl
Copy link
Contributor

@qiqizjl qiqizjl commented Aug 5, 2019

Fix configuration does not take effect in real time

The array_diff difference value is obtained from the first parameter. Therefore, the modification of the configuration file needs to wait for the next time to take effect.
image

@limingxinleo
Copy link
Member

$ php -r "var_dump(array_diff(['a' => 1, 'b' => 2], ['a' => 2, 'c' => 2]));"
array(1) {
  ["a"]=>
  int(1)
}

@limingxinleo limingxinleo merged commit 4edd878 into hyperf:master Aug 6, 2019
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.

None yet

2 participants