Relative Content

Tag Archive for gogcloudgoogle-cloud-pubsubpublish-subscribe

Nested fields not getting received on Google Pub/Sub

Since I’m learning the Google Pub/Sub library I’ve set up a local instance of the Pub/Sub and created 2 apps: 1 to send a message and one to receive it. So far so good,I’ve managed to set up the subscriptions and topics and I receive the messages, but there’s an issue that I noticed. I tried to send a message with nested struct fields but I don’t reveive them. This is my code: