Skip to content

v1.27.1

Latest
Compare
Choose a tag to compare
@vipul-rawat vipul-rawat released this 17 Nov 04:50
9a97ec5

Release v1.27.1

🛠️ Fixes

Fix Google Pubsub Panic

The callback function for the Google client Subscribe function was configured to fetch one message per Subscribe call. Still, at times the message was being sent to a closed channel causing unexpected behaviour. Fixed the issue of receiving messages on a channel that closes only on application shutdown.