subscription.on message wasn't received of messagActually unrelated failures, but we should bump this anyway.es after 10 mins or more.
See original GitHub issueFrom @QTGate on September 7, 2017 17:42
- OS: Debian
- Node.js version: 8.4.0
- npm version: 5.4.0
- google-cloud-node version: 0.56.0
- @google-cloud/pubsub version: 0.14.0
Steps to reproduce
const pubsub = require ( '@google-cloud/pubsub' )( connectOption )
const subscription = pubsub.topic ( topicName ).subscription ( subScription )
subscription.on ('message', message => {
message.ack()
....
})
subscription.once('error', err => {
....
})
I received all un-received messages when I restart it. I checked the connectionPool object when it have not received message: connectionPool.isPaused [false] connectionPool.isOpen [true] connectionPool.connections [5]
Thank you.
Copied from original issue: GoogleCloudPlatform/google-cloud-node#2598
Issue Analytics
- State:
- Created 6 years ago
- Comments:40 (30 by maintainers)
Top Results From Across the Web
subscription.on message wasn't received of messagActually ...
subscription.on message wasn't received of messagActually unrelated failures, but we should bump this anyway.es after 10 mins or more. #2598.
Read more >10 Reasons Why Some Messages Don't Get Delivered
With SMS, most of the heavy lifting is done by service providers, so it can be confusing when messages don't get delivered. Here's...
Read more >Why Are My Text Messages Not Being Delivered?
1. Invalid Numbers ... This is the most common reason that text message delivery can fail. If a text message is sent to...
Read more >weixin_39870092的博客_CSDN博客-领域博主
服务器正在积极响应,FTP 协议解析- osc_h9fpkpv6的个人空间- OSCHINA - 中文开源技术交流社区...,网易电脑版我的世界显示获取服务器列表失败,我的世界 ...
Read more >Will the message be delivered again if the subscriber gets ...
If no client picks up the message, the message remains stuck in the queue and waits to be consumed. In a message queue,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So far, v 0.15.0 seems to be working 🤞
@stephenplusplus we are currently seeing this issue on Google App Engine with the latest release of the library, downgrading to 0.13.1 fixes the issue.