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
Expected: Request completes after about a second
Actual: Request completes immediately because the gRPC call immediately fails in less than 1ms (this also happens when you specify a valid collector endpoint and a 999ms timeout)
The text was updated successfully, but these errors were encountered:
Describe your environment
PHP 8.4, linux (in docker), php-fpm model
grpc module version => 1.69.0
latest version of
transport-grpc
Steps to reproduce
There are 2 scenarios:
Scenario 1 (long timeout)
Expected: Request completes after 10 seconds
Actual: timeout completes after about 6 seconds
Scenario 2: short timeout (under 1 second)
Expected: Request completes after about a second
Actual: Request completes immediately because the gRPC call immediately fails in less than 1ms (this also happens when you specify a valid collector endpoint and a 999ms timeout)
The text was updated successfully, but these errors were encountered: