googleads / googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP
Apache License 2.0
655 stars 768 forks source link

createOfflineUserDataJob block execution indefinitely with PHP 8.1.27 #793

Closed juanparati closed 8 months ago

juanparati commented 8 months ago

When I call the method createOfflineUserDataJob using PHP 8.1.27 the process keep indefinitely block, however with in my development instance is working perfectly when I use PHP 8.2.12.

Environment:

Steps to reproduce:

Expected result: When the the createOfflineUserDataJob is created it should take less than 1-2 seconds to process, like it happens in my development instance with PHP 8.2.12.

Received result: The process keeps indefinitely blocked in PHP 8.1.27.

juanparati commented 8 months ago

The issue was reported to a wrong project.