标签: php google-analytics guzzle sendasynchronousrequest guzzlehttp
有谁知道如何使用guzzlephp发送有效且无阻塞的异步请求?
似乎对此有所支持,但似乎没有实施
<?php $this->guzzle->requestAsync('post', 'http://', ['synchronous' => false])->wait(); ?>
在某种意义上实现它不等待响应。
php-ga-measurement-protocol
$analytics->setAsyncRequest(true)->sendPageview();