-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Description
Environment details
- OS: Windows
- .NET version: 8.0
- Package name and version: 3.12.0
Description:
I assume google apis should switch to other protocol if QUIC is banned, but it is not when calling pubsub GetIAMPolicy.
Other api works as expected, such as ListTopics, CreateSubscriptions.
Steps to reproduce
- Ban QUIC protocol on network level.
- Run GetTopicIAMPolicy as the example below
https://cloud.google.com/pubsub/docs/samples/pubsub-get-topic-policy?hl=en#pubsub_get_topic_policy-csharp - Result:
Error: Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: The connection timed out from inactivity. (pubsub.googleapis.com:443) QuicException: The connection timed out from inactivity.", DebugException="System.Net.Http.HttpRequestException: The connection timed out from inactivity. (pubsub.googleapis.com:443)") ---> System.Net.Http.HttpRequestException: The connection timed out from inactivity. (pubsub.googleapis.com:443)
Metadata
Metadata
Assignees
Labels
No labels