Closed saranshdhingra closed 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.
serialize
PubSubClient
BatchPublisher
authHttpHandler
null
Currently the v2 samples for Pubsub are failing due to an internal attempt to
serialize
thePubSubClient
in theBatchPublisher
. This is because the defaultauthHttpHandler
contains a closure. With this PR we make the default handler asnull
.