[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(pubsub): add veneer header to sub client (#8608)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Sep 25, 2023
1 parent 53f17c4 commit 04c380d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsub/pubsub.go
Expand Up @@ -176,6 +176,7 @@ func NewClientWithConfig(ctx context.Context, projectID string, config *ClientCo
subc.CallOptions = mergeSubscriberCallOptions(subc.CallOptions, config.SubscriberCallOptions)
}
pubc.SetGoogleClientInfo("gccl", internal.Version)
subc.SetGoogleClientInfo("gccl", internal.Version)

// Handle project autodetection.
projectID, err = detect.ProjectID(ctx, projectID, "", opts...)
Expand Down

0 comments on commit 04c380d

Please sign in to comment.