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
The first execution returned no problem. When k was reexecuted after 5 seconds expired, the returned result was wrong and I couldn't get the value immediately.
Q
A
Yii version
2.0.50
PHP version
8.1.27
Operating system
openEuler
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
What is the expected result?
bool(true)
string(1) "v"
What do you get instead?
bool(true)
bool(false)
Additional info
The first execution returned no problem. When k was reexecuted after 5 seconds expired, the returned result was wrong and I couldn't get the value immediately.
The text was updated successfully, but these errors were encountered: