question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

From @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:closed
  • Created 6 years ago
  • Comments:40 (30 by maintainers)

github_iconTop GitHub Comments

2reactions
mscottx88commented, Jan 13, 2018

So far, v 0.15.0 seems to be working 🤞

2reactions
tinyrobotcommented, Dec 13, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found