You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varpubsub=gcloud.pubsub;vartopic=pubsubClient.topic('my-topic');topic.subscribe('subscription-name',options,function(err,subscription){subscription.on('message',function(message){console.log(message.data)//message.data = Contents of the message. is undefined and all the data contents are in the message variable });});
Environment details
Steps to reproduce
google-cloud
Example (content of the message, the item_id,body and to are supposed to be under data) according to https://github.com/GoogleCloudPlatform/google-cloud-node/blob/v0.42.2/packages/pubsub/src/subscription.js#L142
The text was updated successfully, but these errors were encountered: