I’m trying to send a JSON payload to Google PubSub. From the documentation, PubSub is limited to 10meg messages. I’m also seeing the full payload when I subscribe manually to particle. However, my messages are being cutoff at 255 bytes.
What is the max size limit for this integration?