Reproduce steps:
@google-cloud/pubsub: 0.3.0 0.9.0
Publish message > 4MB to a topic
Retrieve message through subscription: Error: Received message larger than max (6374241 vs. 4194304)
#2007 was pushed to fix the limits but the existing PubSub client seems to be still defaulting to 4MB. It was originally posted about on #1991 which was closed after #2007 was merged but still throwing that error.
Reproduce steps:
@google-cloud/pubsub:
0.3.00.9.0Publish message > 4MB to a topic
Retrieve message through subscription: Error: Received message larger than max (6374241 vs. 4194304)
#2007 was pushed to fix the limits but the existing PubSub client seems to be still defaulting to 4MB. It was originally posted about on #1991 which was closed after #2007 was merged but still throwing that error.