eeliu
eeliu
time_out : max time out when sending a span. If your script is run and exit, like db backup, crontab job, set time_out > 0 (1), or else set time_out...
Yes, I checked the code, it was not supported. The event on bufferev was removed before calling "cb" (evhttp_set_cb(http,"/uri",cb,cbarg)), so that means no detection on socket when peer closed it....
hello, `@hook` styled plugin was replaced by API style. As a `PP_REQ_PLUGINS` class is a must, we want to make it easy. https://github.com/pinpoint-apm/pinpoint-php-aop/blob/dcebf0aac0002d7a91f090e5e7bd780c591414cc/lib/Pinpoint/Plugins/Yii2PerRequestPlugins.php#L70-L85
@CanzumDemir Hello, please check [DefaultRequestPlugin.php](https://github.com/pinpoint-apm/pinpoint-php-aop/blob/dev/lib/Pinpoint/Plugins/DefaultRequestPlugin.php) and [_GuzzleHttp](https://github.com/pinpoint-apm/pinpoint-php-aop/blob/dev/lib/Pinpoint/Plugins/autoload/_GuzzleHttp/__init__.php) for the latest version of pinpoint-php plugins style.