Bug Fixes
- Move
await_msg_callbacks
flag tosubscribe()
method, fixing a regression in Pub/Sub Lite client.
(#320) (d40d027) - SSL error when using the client with the emulator. (#297) (83db672)
Implementation Changes
- (samples) Bump the max_time to 10 minutes for a flaky test. (#311) (e2678d4), closes #291
- (samples) Mark delivery attempts test as flaky. (#326) (5a97ef1)
- (samples) Mitigate flakiness in subscriber_tests. (#304) (271a385)
- (samples) Retry
InternalServerError
in dead letter policy test. (#329) (34c9b11), closes #321