googleapis / gax-php

Google API Extensions for PHP
http://googleapis.github.io/gax-php/
BSD 3-Clause "New" or "Revised" License
237 stars 52 forks source link

feat: Make the default authHttpHandler in CredentialsWrapper null #544

Closed saranshdhingra closed 8 months ago

saranshdhingra commented 8 months ago

Currently the v2 samples for Pubsub are failing due to an internal attempt to serialize the PubSubClient in the BatchPublisher. This is because the default authHttpHandler contains a closure. With this PR we make the default handler as null.