After updating our application to PHP 8.1 and updating our dependencies, all functions that tried to save our event store models failed because of a failure to get a lock. It seems like either the PHP update or an update of a doctrine library changed the return value of the GET_LOCK MySQL function to return int instead of a string.
After updating our application to PHP 8.1 and updating our dependencies, all functions that tried to save our event store models failed because of a failure to get a lock. It seems like either the PHP update or an update of a doctrine library changed the return value of the GET_LOCK MySQL function to return int instead of a string.