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 following PHPUnit test fails if I try to use parallel threads
I'm using php-lock version 2.1 on windows with php version 7.4.6
If I deactivate the $this->mutex->synchronized function by commenting out the function the test is executed without an error.
Does anyone have an idea whats wrong with my test case?
The following PHPUnit test fails if I try to use parallel threads
I'm using
php-lock version 2.1
onwindows
withphp version 7.4.6
If I deactivate the
$this->mutex->synchronized
function by commenting out the function the test is executed without an error.Does anyone have an idea whats wrong with my test case?
The text was updated successfully, but these errors were encountered: