GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Pub/Sub node disconnected also message body is missing form the object #111

Open vedydev opened 2 years ago

vedydev commented 2 years ago

HI, I'm running PubSub, incoming, node. I've noticed the following:

  1. After deployment the node receives the messages well for a bit, then it goes into disconnected state, see the attached image.Screen Shot 2022-03-19 at 10 42 42 AM

  2. Also I've noticed that the message body is missing, although I'm able to receive all the message custom attributes fine. What I get as msg.payload is an array buffer[58] raw , also looked under the message object it has message.akID message.orderingKey and the attributes etc. but no message body

have anybody noticed this bug and was able to work around it?