pubsub: topic.publish string payloads sent wrapped with quotation marks #2403
Labels
api: pubsub
Issues related to the Pub/Sub API.
type: question
Request for information or clarification. Not an issue.
Environment details
Steps to reproduce
@google-cloud/pubsub
")();Expected result:
topic subscriber receives
hello!
Observed result
topic subscriber receives
"hello!"
(... i.e. it appears the data payload is escaped into a string before being sent instead of the string content itself being sent)
The text was updated successfully, but these errors were encountered: